mirror of
https://github.com/System-End/plura.git
synced 2026-04-19 20:55:11 +00:00
3 lines
182 B
SQL
Executable file
3 lines
182 B
SQL
Executable file
-- Add migration script here
|
|
-- Adds an index on systems.owner_id (which also means 1 system per owner. Probably fine)
|
|
CREATE UNIQUE INDEX systems_owner_index ON systems (owner_id);
|