tweak of f3a16bcd6
This commit is contained in:
parent
c59a30ec09
commit
46222d0258
9 changed files with 5 additions and 36 deletions
|
@ -1,11 +0,0 @@
|
|||
export class roleuserhidden1686381571997 {
|
||||
name = 'roleuserhidden1686381571997'
|
||||
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "role" ADD "isPublicUsers" boolean NOT NULL DEFAULT true`);
|
||||
}
|
||||
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "role" DROP COLUMN "isPublicUsers"`);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue