Squashed 'module/db/' content from commit 54929c3

git-subtree-dir: module/db
git-subtree-split: 54929c3e1d
This commit is contained in:
assembly-bot
2026-08-15 18:55:37 +08:00
commit c6a02b339a
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
print("db migrate")
+1
View File
@@ -0,0 +1 @@
CREATE TABLE users(id INTEGER PRIMARY KEY, name TEXT);
+1
View File
@@ -0,0 +1 @@
INSERT INTO users(name) VALUES ('seed');