Delete 1657759324648-show-ads.js

This commit is contained in:
Kainoa Kanter 2022-07-14 17:41:10 -07:00 committed by GitHub
parent c66fbc2bf6
commit 8eca8e8f50

View File

@ -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"`);
}
}