@hedhog/admin 0.0.84 → 0.0.86
Sign up to get free protection for your applications and to get access to all the features.
- package/hedhog.yaml +2 -1
- package/package.json +1 -1
package/hedhog.yaml
CHANGED
@@ -1325,7 +1325,7 @@ tables:
|
|
1325
1325
|
- name: code
|
1326
1326
|
type: char
|
1327
1327
|
length: 3
|
1328
|
-
default:
|
1328
|
+
default: BRA
|
1329
1329
|
- type: created_at
|
1330
1330
|
- type: updated_at
|
1331
1331
|
ifNotExists: true
|
@@ -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
|