Fix migration new meeting_attendees PK
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -512,7 +512,7 @@ ALTER COLUMN
|
|||||||
SET
|
SET
|
||||||
NOT NULL,
|
NOT NULL,
|
||||||
ADD
|
ADD
|
||||||
PRIMARY KEY (attendee_profile_id);
|
PRIMARY KEY (meeting_id, attendee_profile_id);
|
||||||
|
|
||||||
ALTER TABLE
|
ALTER TABLE
|
||||||
nonconformities
|
nonconformities
|
||||||
|
|||||||
Reference in New Issue
Block a user