mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
add migration files
This commit is contained in:
parent
8f87ea0c96
commit
4b62b12f15
3 changed files with 9405 additions and 0 deletions
1
src/app/db/migrations/0200_new_beast.sql
Normal file
1
src/app/db/migrations/0200_new_beast.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "magic_plan_plan" ADD CONSTRAINT "magic_plan_plan_magic_plan_uid_unique" UNIQUE("magic_plan_uid");
|
||||
9397
src/app/db/migrations/meta/0200_snapshot.json
Normal file
9397
src/app/db/migrations/meta/0200_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1401,6 +1401,13 @@
|
|||
"when": 1778249728162,
|
||||
"tag": "0199_rich_mandroid",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 200,
|
||||
"version": "7",
|
||||
"when": 1778600522440,
|
||||
"tag": "0200_new_beast",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue