refs #6965 Add Fk vehicleFk firstEditorFk #2433
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2433
Loading…
Reference in New Issue
No description provided.
Delete Branch "6965-AddFkRoute-vehicleFk-firstEditorFk"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +10,4 @@
WHERE firstEditorFk NOT IN (SELECT id FROM vn.worker);
ALTER TABLE vn.route
ADD CONSTRAINT route_firstEditorFk FOREIGN KEY (firstEditorFk) REFERENCES vn.worker(id);
Apuntar a account.user en vez de a vn.worker