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
|
||||
NOT NULL,
|
||||
ADD
|
||||
PRIMARY KEY (attendee_profile_id);
|
||||
PRIMARY KEY (meeting_id, attendee_profile_id);
|
||||
|
||||
ALTER TABLE
|
||||
nonconformities
|
||||
|
||||
Reference in New Issue
Block a user