mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 09:26:43 -06:00
migrate
This commit is contained in:
parent
2f7d818c54
commit
107af8af79
2 changed files with 2 additions and 18 deletions
|
@ -1,16 +0,0 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
export class RevertNoteEdit1696388600237 {
|
||||
name = 'RevertNoteEdit1696388600237'
|
||||
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "note" DROP COLUMN "updatedAt"`);
|
||||
}
|
||||
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "note" ADD "updatedAt" TIMESTAMP WITH TIME ZONE`);
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
export class EditNoteNya1706162844037 {
|
||||
name = 'EditNoteNya1706162844037'
|
||||
export class EditNote1706162844037 {
|
||||
name = 'EditNote1706162844037'
|
||||
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "note" ADD "updatedAt" TIMESTAMP WITH TIME ZONE`);
|
Loading…
Reference in a new issue