mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-31 22:50:43 +00:00
11 lines
347 B
JavaScript
11 lines
347 B
JavaScript
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"`);
|
|
}
|
|
}
|