mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Delete 1657759324648-show-ads.js
This commit is contained in:
parent
c66fbc2bf6
commit
8eca8e8f50
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
export class showAds1657759324648 {
|
||||
name = 'showAds1657759324648'
|
||||
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "user_profile" ADD "showAds" boolean NOT NULL DEFAULT false`);
|
||||
}
|
||||
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "user_profile" DROP "showAds"`);
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue