add basic migration support
This commit is contained in:
parent
191214dbd6
commit
b906abe2b1
3 changed files with 41 additions and 1 deletions
|
|
@ -6,3 +6,7 @@ CREATE TABLE posts (
|
|||
-- UTC Unix timestamp in seconds
|
||||
published_at REAL NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE migrations (
|
||||
migration_version INTEGER NOT NULL
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue