1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2024-12-12 13:36:43 -06:00
paricafe/packages/backend/migration/1680582195041-cleanup.js
2023-04-04 14:06:57 +09:00

11 lines
211 B
JavaScript

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