Commit 75f1399b by mercymodest

feat:- add sql

parent 0b7ee1fa
create table t_app_task_firebase_notification_records (
create table t_app_task_firebase_notification_records (
......@@ -19,4 +19,7 @@ create index idx_origin_event_id on t_app_task_firebase_notification_records (or
create index idx_sent_datetime on t_app_task_firebase_notification_records (sent_datetime);
create index idx_user_id
on t_app_task_firebase_notification_records (user_id);
create index idx_business_id on t_user_push_log (business_id);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment