mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-15 20:06:54 +01:00
a8e8b2e2cf
Fix #8363
12 lines
237 B
JavaScript
12 lines
237 B
JavaScript
|
|
|
|
export class deleteLog1634902659689 {
|
|
constructor() {
|
|
this.name = 'deleteLog1634902659689';
|
|
}
|
|
async up(queryRunner) {
|
|
await queryRunner.query(`DROP TABLE "log"`);
|
|
}
|
|
async down(queryRunner) {
|
|
}
|
|
}
|