Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9dc056506 |
@@ -1 +1 @@
|
||||
0.4.10
|
||||
0.4.11
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user