merge: fix: Do Not NULL Descriptions during migration (!1149)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1149 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Charlotte <timo.herngreen@gmail.com> Approved-by: Hazelnoot <acomputerdog@gmail.com>
This commit is contained in:
commit
157d11298a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
export class UserDescriptionText1750541176036 {
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "user_profile" ALTER COLUMN "description" TYPE TEXT USING NULL`);
|
||||
await queryRunner.query(`ALTER TABLE "user_profile" ALTER COLUMN "description" TYPE TEXT`);
|
||||
}
|
||||
|
||||
async down(queryRunner) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue