Merge commit 'c6a02b339a5f9f1c102b9ea82654b5858694ed2f' as 'module/db'
This commit is contained in:
@@ -0,0 +1 @@
|
||||
print("db migrate")
|
||||
@@ -0,0 +1 @@
|
||||
CREATE TABLE users(id INTEGER PRIMARY KEY, name TEXT);
|
||||
@@ -0,0 +1 @@
|
||||
INSERT INTO users(name) VALUES ('seed');
|
||||
Reference in New Issue
Block a user