Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export class deleteLog1634902659689 {
|
||||
constructor(){
|
||||
this.name = "deleteLog1634902659689";
|
||||
}
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`DROP TABLE "log"`);
|
||||
}
|
||||
async down(queryRunner) {}
|
||||
}
|
||||
Reference in New Issue
Block a user