FK name on events.project_id different between production and structure.sql
Noticed this while checking the output of \d events
.
On production we see
"fk_rails_f601258b28" FOREIGN KEY (project_id) REFERENCES projects(id) ON DELETE CASCADE
while what we have in structure.sql
is
"fk_rails_0434b48643" FOREIGN KEY (project_id) REFERENCES projects(id) ON DELETE CASCADE
Edited by Krasimir Angelov