misskey/packages/backend/migration/1680582195041-cleanup.js
2023-04-04 14:06:57 +09:00

12 lines
211 B
JavaScript

export class cleanup1680582195041 {
name = 'cleanup1680582195041'
async up(queryRunner) {
await queryRunner.query(`DROP TABLE "notification" `);
}
async down(queryRunner) {
}
}