parent
037837b551
commit
0e4a111f81
1714 changed files with 20803 additions and 11751 deletions
13
packages/backend/migration/1634902659689-delete-log.js
Normal file
13
packages/backend/migration/1634902659689-delete-log.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
class deleteLog1634902659689 {
|
||||
constructor() {
|
||||
this.name = 'deleteLog1634902659689';
|
||||
}
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`DROP TABLE "log"`);
|
||||
}
|
||||
async down(queryRunner) {
|
||||
}
|
||||
}
|
||||
exports.deleteLog1634902659689 = deleteLog1634902659689;
|
Loading…
Add table
Add a link
Reference in a new issue