10 lines
203 B
JavaScript
10 lines
203 B
JavaScript
export class deleteLog1634902659689 {
|
|
constructor() {
|
|
this.name = "deleteLog1634902659689";
|
|
}
|
|
async up(queryRunner) {
|
|
await queryRunner.query(`DROP TABLE "log"`);
|
|
}
|
|
async down(queryRunner) {}
|
|
}
|