park-junha / GradPlanner

An automated four-year undergraduate degree scheduler.
http://gradplanner.us
GNU General Public License v3.0
2 stars 0 forks source link

Fix SQL schema to properly drop foreign keys and tables #3

Closed park-junha closed 4 years ago

park-junha commented 4 years ago

The current SQL schema file does not properly drop tables because it does not drop foreign keys before dropping the tables. This results in an error because you can't delete a table with a column that's being used by another table. Re-write the schema to account for this.

park-junha commented 4 years ago

Raising priority to P2.

park-junha commented 4 years ago

Closed by #36