mirror of
https://github.com/kmc7468/arkvault.git
synced 2026-02-04 16:16:55 +00:00
OR 조건 대신 IN 연산자를 사용하도록 일부 SQL 쿼리 수정
This commit is contained in:
@@ -62,6 +62,8 @@ export const up = async (db: Kysely<any>) => {
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
export const down = async (db: Kysely<any>) => {
|
||||
await db.deleteFrom("file_log").where("action", "=", "migrate").execute();
|
||||
|
||||
await db.schema.dropTable("upload_session").execute();
|
||||
await db.schema
|
||||
.alterTable("thumbnail")
|
||||
|
||||
Reference in New Issue
Block a user