@hedhog/admin 0.0.115 → 0.0.116
Sign up to get free protection for your applications and to get access to all the features.
- package/hedhog.yaml +2 -3
- package/package.json +1 -1
package/hedhog.yaml
CHANGED
@@ -309,7 +309,7 @@ data:
|
|
309
309
|
- where:
|
310
310
|
url:
|
311
311
|
like: /setting%
|
312
|
-
|
312
|
+
- name:
|
313
313
|
en: SettingGroup
|
314
314
|
pt: Grupo de Configuração
|
315
315
|
slug: setting-group
|
@@ -1562,7 +1562,7 @@ tables:
|
|
1562
1562
|
- type: created_at
|
1563
1563
|
- type: updated_at
|
1564
1564
|
ifNotExists: true
|
1565
|
-
|
1565
|
+
|
1566
1566
|
setting_user:
|
1567
1567
|
columns:
|
1568
1568
|
- name: user_id
|
@@ -1585,4 +1585,3 @@ tables:
|
|
1585
1585
|
- type: created_at
|
1586
1586
|
- type: updated_at
|
1587
1587
|
ifNotExists: true
|
1588
|
-
|