@hedhog/admin 0.0.85 → 0.0.86

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/hedhog.yaml +1 -0
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -1340,6 +1340,7 @@ tables:
1340
1340
  column: id
1341
1341
  onDelete: CASCADE
1342
1342
  - name: locale_id
1343
+ type: fk
1343
1344
  isPrimary: true
1344
1345
  references:
1345
1346
  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.86",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {