style: apply prettier formatting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -14,14 +14,7 @@ export interface Migration {
|
|||||||
up: (db: Database.Database) => void;
|
up: (db: Database.Database) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
const migrations: Migration[] = [
|
const migrations: Migration[] = [migration001, migration002, migration003, migration004, migration005, migration007];
|
||||||
migration001,
|
|
||||||
migration002,
|
|
||||||
migration003,
|
|
||||||
migration004,
|
|
||||||
migration005,
|
|
||||||
migration007,
|
|
||||||
];
|
|
||||||
|
|
||||||
export function runMigrations(db: Database.Database): void {
|
export function runMigrations(db: Database.Database): void {
|
||||||
db.exec(`
|
db.exec(`
|
||||||
|
|||||||
Reference in New Issue
Block a user