2023-07-27 07:31:52 +02:00
|
|
|
/*
|
2024-02-12 03:37:45 +01:00
|
|
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
2023-07-27 07:31:52 +02:00
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
*/
|
2022-02-28 16:07:03 +01:00
|
|
|
|
|
|
|
export class deleteLog1634902659689 {
|
2021-11-11 18:02:25 +01:00
|
|
|
constructor() {
|
|
|
|
this.name = 'deleteLog1634902659689';
|
|
|
|
}
|
|
|
|
async up(queryRunner) {
|
|
|
|
await queryRunner.query(`DROP TABLE "log"`);
|
|
|
|
}
|
|
|
|
async down(queryRunner) {
|
|
|
|
}
|
|
|
|
}
|