blob: 555a0020c36ec2df2d70172fbc218cc62501be91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
export class deleteLog1634902659689 {
constructor() {
this.name = 'deleteLog1634902659689';
}
async up(queryRunner) {
await queryRunner.query(`DROP TABLE "log"`);
}
async down(queryRunner) {
}
}
|