add MiUserProfile.defaultCW property and API
This commit is contained in:
parent
8a087e75a5
commit
74407bc8ee
7 changed files with 47 additions and 3 deletions
|
|
@ -0,0 +1,11 @@
|
|||
export class AddUserProfileDefaultCw1738446745738 {
|
||||
name = 'AddUserProfileDefaultCw1738446745738'
|
||||
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "user_profile" ADD "default_cw" text`);
|
||||
}
|
||||
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "user_profile" DROP COLUMN "default_cw"`);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue