Merge commit 'c6a02b339a5f9f1c102b9ea82654b5858694ed2f' as 'module/db'

This commit is contained in:
assembly-bot
2026-08-15 18:55:37 +08:00
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');