mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
create migration
This commit is contained in:
parent
1958067110
commit
e960b8c1a9
@ -0,0 +1,7 @@
|
||||
import { type Kysely } from 'kysely';
|
||||
|
||||
export async function up(db: Kysely<any>): Promise<void> {
|
||||
await db.schema.dropIndex('pages_slug_id_idx').ifExists().execute();
|
||||
}
|
||||
|
||||
export async function down(db: Kysely<any>): Promise<void> {}
|
Loading…
x
Reference in New Issue
Block a user