remove redundant slug_id index
This commit is contained in:
parent
949d782a28
commit
3e519ebcd8
1 changed files with 0 additions and 6 deletions
|
|
@ -46,12 +46,6 @@ export async function up(db: Kysely<any>): Promise<void> {
|
||||||
.using('GIN')
|
.using('GIN')
|
||||||
.column('tsv')
|
.column('tsv')
|
||||||
.execute();
|
.execute();
|
||||||
|
|
||||||
await db.schema
|
|
||||||
.createIndex('pages_slug_id_idx')
|
|
||||||
.on('pages')
|
|
||||||
.column('slug_id')
|
|
||||||
.execute();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function down(db: Kysely<any>): Promise<void> {
|
export async function down(db: Kysely<any>): Promise<void> {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue