Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export class IndexNoteUrl1695748502971 {
|
||||
name = "IndexNoteUrl1695748502971";
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`CREATE INDEX IF NOT EXISTS "IDX_note_url" ON "note" ("url") `);
|
||||
}
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`DROP INDEX IF EXISTS "IDX_note_url"`);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user