mirror of
https://github.com/aljazceru/bakery.git
synced 2025-12-17 12:45:20 +01:00
add mcp actions
This commit is contained in:
@@ -77,7 +77,7 @@ export class MigrationSet {
|
||||
// save the migration
|
||||
database.transaction(() => {
|
||||
const result = database
|
||||
.prepare<[string, number, number]>(`INSERT INTO migrations (name, version, date) VALUES (?1, ?2, ?3)`)
|
||||
.prepare<[string, number, number]>(`INSERT INTO migrations (name, version, date) VALUES (?, ?, ?)`)
|
||||
.run(this.name, script.version, unixNow());
|
||||
|
||||
const insertLog = database.prepare<[number | bigint, string]>(
|
||||
|
||||
Reference in New Issue
Block a user