mirror of
https://github.com/docmost/docmost.git
synced 2026-05-24 03:02:42 +08:00
Merge pull request #74 from docmost/remove-redundant-page-slug_id-index
remove redundant page slug_id index
This commit is contained in:
+7
@@ -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> {}
|
||||||
Reference in New Issue
Block a user