mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-25 07:39:37 +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);
|