chore: format
This commit is contained in:
parent
64d7aa40b1
commit
fdc46bcee7
2 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
import type { MigrationInterface, QueryRunner } from "typeorm";
|
||||
|
||||
export class CreateScheduledNote1714728200194
|
||||
implements MigrationInterface
|
||||
{
|
||||
export class CreateScheduledNote1714728200194 implements MigrationInterface {
|
||||
public async up(queryRunner: QueryRunner): Promise<void> {
|
||||
await queryRunner.query(
|
||||
`CREATE TABLE "scheduled_note" (
|
||||
|
|
|
@ -20,7 +20,8 @@ export class ScheduledNote {
|
|||
@Index()
|
||||
@Column({
|
||||
...id(),
|
||||
comment: "The ID of the temporarily created note that corresponds to the schedule.",
|
||||
comment:
|
||||
"The ID of the temporarily created note that corresponds to the schedule.",
|
||||
})
|
||||
public noteId: Note["id"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue