Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export class channel21596786425167 {
|
||||
constructor(){
|
||||
this.name = "channel21596786425167";
|
||||
}
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "channel_following" ADD "readCursor" TIMESTAMP WITH TIME ZONE NOT NULL`);
|
||||
}
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "channel_following" DROP COLUMN "readCursor"`);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user