mirror of
https://github.com/atuinsh/atuin.git
synced 2024-12-02 05:05:41 +01:00
3 lines
96 B
MySQL
3 lines
96 B
MySQL
|
-- Add migration script here
|
||
|
create unique index record_uniq ON store(user_id, host, tag, idx);
|