mirror of
https://github.com/atuinsh/atuin.git
synced 2025-08-04 02:38:49 +00:00

I'd like to tidy up the root a little, and it's nice to have all the rust crates in one place
2 lines
96 B
SQL
2 lines
96 B
SQL
-- Add migration script here
|
|
create unique index record_uniq ON store(user_id, host, tag, idx);
|