MaCH repo
This commit is contained in:
2
07_todo_db_per_user/create_todo.sql
Normal file
2
07_todo_db_per_user/create_todo.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
insert into todos(title)
|
||||
values({{title}});
|
||||
Reference in New Issue
Block a user