@hedhog/admin 0.0.82 → 0.0.84

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 +17 -16
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -1325,22 +1325,7 @@ tables:
1325
1325
  - name: code
1326
1326
  type: char
1327
1327
  length: 3
1328
- - type: created_at
1329
- - type: updated_at
1330
- ifNotExists: true
1331
-
1332
- locales:
1333
- columns:
1334
- - type: pk
1335
- - name: code
1336
- type: char
1337
- length: 2
1338
- - name: region
1339
- type: char
1340
- length: 2
1341
- - name: enabled
1342
- type: boolean
1343
- default: true
1328
+ default: BRAZIL
1344
1329
  - type: created_at
1345
1330
  - type: updated_at
1346
1331
  ifNotExists: true
@@ -1804,3 +1789,19 @@ tables:
1804
1789
  - type: created_at
1805
1790
  - type: updated_at
1806
1791
  ifNotExists: true
1792
+
1793
+ locales:
1794
+ columns:
1795
+ - type: pk
1796
+ - name: code
1797
+ type: char
1798
+ length: 2
1799
+ - name: region
1800
+ type: char
1801
+ length: 2
1802
+ - name: enabled
1803
+ type: boolean
1804
+ default: true
1805
+ - type: created_at
1806
+ - type: updated_at
1807
+ ifNotExists: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.82",
3
+ "version": "0.0.84",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {