lgrosz / climb-rs

0 stars 0 forks source link

refactor(db): remove redundant fk constraints #18

Closed lgrosz closed 2 months ago

lgrosz commented 2 months ago

Removes redundant foreign key constraints. Single-column "REFERENCES" do the same job as explicit FOREIGN KEY constraints in these scenarios and provide better readability.