chore(gate): fix lint and formatting
This commit is contained in:
@@ -92,4 +92,3 @@ function ensureColumn(
|
||||
if (rows.some((row) => row.name === column)) return;
|
||||
db.exec(`ALTER TABLE ${table} ADD COLUMN ${column} ${definition}`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user