sync looks like it's working

This commit is contained in:
Ellie Huxtable
2023-12-03 12:48:40 +00:00
parent eff7de4720
commit 5ae35b40db
3 changed files with 18 additions and 27 deletions

View File

@ -0,0 +1,2 @@
-- Add migration script here
create unique index record_uniq ON store(user_id, host, tag, idx);