Squashed 'module/db/' content from commit bb722db

git-subtree-dir: module/db
git-subtree-split: bb722db96e
This commit is contained in:
2026-08-15 15:16:18 +00:00
commit 78266f1c9d
4 changed files with 38 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
INSERT INTO users (name, email) VALUES ('Alice', 'alice@example.com');
INSERT INTO users (name, email) VALUES ('Bob', 'bob@example.com');
INSERT INTO users (name, email) VALUES ('Charlie', 'charlie@example.com');