1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-19 09:57:30 -06:00
paricafe/packages/backend/migration/1680491187535-cleanup.js

10 lines
207 B
JavaScript

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