DB 마이그레이션 스크립트 생성

This commit is contained in:
static
2025-01-13 07:27:42 +09:00
parent f914026922
commit 919a67fedf
3 changed files with 1310 additions and 0 deletions

View 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;

File diff suppressed because it is too large Load Diff

View File

@@ -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
}
]
}