style: fix prettier formatting in db migration
This commit is contained in:
@@ -206,7 +206,9 @@ function createSchema(database: Database.Database): void {
|
||||
}
|
||||
|
||||
try {
|
||||
database.exec(`ALTER TABLE scheduled_tasks ADD COLUMN max_duration_ms INTEGER`);
|
||||
database.exec(
|
||||
`ALTER TABLE scheduled_tasks ADD COLUMN max_duration_ms INTEGER`,
|
||||
);
|
||||
} catch {
|
||||
/* column already exists */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user