@hedhog/admin 0.0.83 → 0.0.84

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
@@ -1325,6 +1325,7 @@ tables:
1325
1325
  - name: code
1326
1326
  type: char
1327
1327
  length: 3
1328
+ default: BRAZIL
1328
1329
  - type: created_at
1329
1330
  - type: updated_at
1330
1331
  ifNotExists: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {