MaCH repo
This commit is contained in:
2
08_todo_events/activity/insert_activity.sql
Normal file
2
08_todo_events/activity/insert_activity.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
insert into activity(user_id, action, title)
|
||||
values({{user_id}}, 'created', {{title}});
|
||||
Reference in New Issue
Block a user