@hedhog/admin 0.0.85 → 0.0.87

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.
Files changed (2) hide show
  1. package/hedhog.yaml +1 -1
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -1325,7 +1325,6 @@ tables:
1325
1325
  - name: code
1326
1326
  type: char
1327
1327
  length: 3
1328
- default: BRA
1329
1328
  - type: created_at
1330
1329
  - type: updated_at
1331
1330
  ifNotExists: true
@@ -1340,6 +1339,7 @@ tables:
1340
1339
  column: id
1341
1340
  onDelete: CASCADE
1342
1341
  - name: locale_id
1342
+ type: fk
1343
1343
  isPrimary: true
1344
1344
  references:
1345
1345
  table: locales
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.85",
3
+ "version": "0.0.87",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {