forked from FoundKeyGang/FoundKey
backend: make removeAds migration plain JS
This commit is contained in:
parent
5d23aa9e69
commit
d411ea6281
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
export class removeAds1657570176749 {
|
||||
name = 'removeAds1657570176749'
|
||||
name = 'removeAds1657570176749';
|
||||
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`DROP TABLE "ad"`);
|
Loading…
Reference in a new issue