mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-30 15:58:05 +09:00
spacing
This commit is contained in:
parent
eee7edd623
commit
c66fbc2bf6
@ -1,11 +1,11 @@
|
|||||||
export class showAds1657759324648 {
|
export class showAds1657759324648 {
|
||||||
name = 'showAds1657759324648'
|
name = 'showAds1657759324648'
|
||||||
|
|
||||||
async up(queryRunner) {
|
async up(queryRunner) {
|
||||||
await queryRunner.query(`ALTER TABLE "user_profile" ADD "showAds" boolean NOT NULL DEFAULT false`);
|
await queryRunner.query(`ALTER TABLE "user_profile" ADD "showAds" boolean NOT NULL DEFAULT false`);
|
||||||
}
|
}
|
||||||
|
|
||||||
async down(queryRunner) {
|
async down(queryRunner) {
|
||||||
await queryRunner.query(`ALTER TABLE "user_profile" DROP "showAds"`);
|
await queryRunner.query(`ALTER TABLE "user_profile" DROP "showAds"`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user