Skip to content

Commit 33cfff4

Browse files
committed
fix: snapshot
1 parent fe79f66 commit 33cfff4

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

src/shared/database/migrations/meta/0026_snapshot.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,31 @@
14781478
"policies": {},
14791479
"checkConstraints": {},
14801480
"isRLSEnabled": false
1481+
},
1482+
"public.rga_zones": {
1483+
"name": "rga_zones",
1484+
"schema": "",
1485+
"columns": {
1486+
"id": {
1487+
"name": "id",
1488+
"type": "serial",
1489+
"primaryKey": true,
1490+
"notNull": true
1491+
},
1492+
"alea": {
1493+
"name": "alea",
1494+
"type": "text",
1495+
"primaryKey": false,
1496+
"notNull": true
1497+
}
1498+
},
1499+
"indexes": {},
1500+
"foreignKeys": {},
1501+
"compositePrimaryKeys": {},
1502+
"uniqueConstraints": {},
1503+
"policies": {},
1504+
"checkConstraints": {},
1505+
"isRLSEnabled": false
14811506
}
14821507
},
14831508
"enums": {

0 commit comments

Comments
 (0)