mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
4 lines
118 B
SQL
4 lines
118 B
SQL
CREATE UNIQUE INDEX project_flocks_flock_period_unique
|
|
ON project_flocks (flock_id, period)
|
|
WHERE deleted_at IS NULL;
|