@infrab4a/connect 3.10.0-beta.3 → 3.10.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4750,7 +4750,7 @@
4750
4750
  { shoppingCount: { columnName: 'shopping_count' } },
4751
4751
  {
4752
4752
  category: {
4753
- columnName: 'category',
4753
+ columnName: 'category_id',
4754
4754
  foreignKeyColumn: { category_id: 'id' },
4755
4755
  fields: ['id', 'name', 'reference', 'slug'],
4756
4756
  },