@hedhog/admin 0.0.82 → 0.0.83

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 +16 -16
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -1329,22 +1329,6 @@ tables:
1329
1329
  - type: updated_at
1330
1330
  ifNotExists: true
1331
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
1344
- - type: created_at
1345
- - type: updated_at
1346
- ifNotExists: true
1347
-
1348
1332
  country_translations:
1349
1333
  columns:
1350
1334
  - name: country_id
@@ -1804,3 +1788,19 @@ tables:
1804
1788
  - type: created_at
1805
1789
  - type: updated_at
1806
1790
  ifNotExists: true
1791
+
1792
+ locales:
1793
+ columns:
1794
+ - type: pk
1795
+ - name: code
1796
+ type: char
1797
+ length: 2
1798
+ - name: region
1799
+ type: char
1800
+ length: 2
1801
+ - name: enabled
1802
+ type: boolean
1803
+ default: true
1804
+ - type: created_at
1805
+ - type: updated_at
1806
+ 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.83",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {