mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-26 02:04:49 +01:00
95cc472037
I'd like to tidy up the root a little, and it's nice to have all the rust crates in one place
3 lines
96 B
SQL
3 lines
96 B
SQL
-- Add migration script here
|
|
create unique index record_uniq ON store(user_id, host, tag, idx);
|