mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-14 22:08:45 +00:00
DB 마이그레이션 스크립트 생성
This commit is contained in:
2
drizzle/0001_blushing_alice.sql
Normal file
2
drizzle/0001_blushing_alice.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `file` ADD `encrypted_created_at` text;--> statement-breakpoint
|
||||
ALTER TABLE `file` ADD `encrypted_last_modified_at` text NOT NULL;
|
||||
1301
drizzle/meta/0001_snapshot.json
Normal file
1301
drizzle/meta/0001_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -8,6 +8,13 @@
|
||||
"when": 1736704436996,
|
||||
"tag": "0000_unknown_stark_industries",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 1,
|
||||
"version": "6",
|
||||
"when": 1736720831242,
|
||||
"tag": "0001_blushing_alice",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user