mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
FIX[BE]: period without autoincrement
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP INDEX IF EXISTS project_flocks_flock_period_unique;
|
||||
@@ -0,0 +1,3 @@
|
||||
CREATE UNIQUE INDEX project_flocks_flock_period_unique
|
||||
ON project_flocks (flock_id, period)
|
||||
WHERE deleted_at IS NULL;
|
||||
Reference in New Issue
Block a user