diff --git a/VERSION b/VERSION index e8423da..5f749c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.10 +0.4.11 diff --git a/source_clean/VERSION b/source_clean/VERSION index e8423da..5f749c1 100644 --- a/source_clean/VERSION +++ b/source_clean/VERSION @@ -1 +1 @@ -0.4.10 +0.4.11 diff --git a/source_clean/src/database/database.ts b/source_clean/src/database/database.ts index a7f655f..b919359 100755 --- a/source_clean/src/database/database.ts +++ b/source_clean/src/database/database.ts @@ -116,7 +116,6 @@ function runMigrations(db: Database.Database): void { created_at TEXT NOT NULL DEFAULT (datetime('now','localtime')), updated_at TEXT NOT NULL DEFAULT (datetime('now','localtime')) ); - ); CREATE TABLE IF NOT EXISTS content_cache ( id INTEGER PRIMARY KEY AUTOINCREMENT,