aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-scripts/migrations/20250402170430_unique_names.up.sql
blob: d2cdd02fef50de6f054f831c6b65676b4cce9cb7 (plain) (blame)
1
2
-- Add up migration script here
create unique index name_uniq_idx ON scripts(name);