lume/src-tauri/migrations/20230918235335_add_uniq_to_relay.sql

2 lines
80 B
MySQL
Raw Normal View History

2023-09-19 01:01:57 +00:00
-- Add migration script here
CREATE UNIQUE INDEX unique_relay ON relays (relay);