mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-05 16:49:17 +00:00
12 lines
312 B
JavaScript
12 lines
312 B
JavaScript
![]() |
export class AddNoteProcessErrors1739671352784 {
|
||
|
name = 'AddNoteProcessErrors1739671352784'
|
||
|
|
||
|
async up(queryRunner) {
|
||
|
await queryRunner.query(`ALTER TABLE "note" ADD "processErrors" text array`);
|
||
|
}
|
||
|
|
||
|
async down(queryRunner) {
|
||
|
await queryRunner.query(`ALTER TABLE "note" DROP COLUMN "processErrors"`);
|
||
|
}
|
||
|
}
|