mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
b53d6c7f8c
Resolve #10169
11 lines
207 B
JavaScript
11 lines
207 B
JavaScript
export class cleanup1680491187535 {
|
|
name = 'cleanup1680491187535'
|
|
|
|
async up(queryRunner) {
|
|
await queryRunner.query(`DROP TABLE "antenna_note" `);
|
|
}
|
|
|
|
async down(queryRunner) {
|
|
}
|
|
}
|