fix: use PRAGMA user_version to track migrations

fix: minor fixes
This commit is contained in:
Tobias Reisinger 2020-08-21 14:03:23 +02:00
parent 521e82b7b5
commit 3117427f1f
6 changed files with 15 additions and 36 deletions

View file

@ -1,9 +1,3 @@
create table meta
(
version_num INTEGER
NOT NULL
);
create table controllers
(
id INTEGER