Ship Database Structure As SQL File
Closed this issue · 1 comments
cyberkitsune commented
We need to be able to ship a .sql file with the project to import into a DB, this could break entity framework at some point.
This will be "fixed" when entity framework plays well with our needs or I code an alternative.
keyphact commented
Agreed, we could also have a database structure determined for each release.
Then have up and down SQL scripts that would upgrade/downgrade the database structure.
This would make testing a lot easier in the future, and also make it easier to upgrade between releases.