1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 16:15:50 +02:00
Files
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) {
}
}