0
XugoWebTeam created
We found it is a little painful to transfer the SQL data especially with clients’ data during the previous upgrades. Are there any database changes from 5.1 to 5.3? And will there be any SQL upgrade scripts in future so that we don’t have to re-create the database in each upgrade?
3 Answer(s)
-
0
Yes.
They can change the db on any release. Just run the migrations.
-
0
Usually the start up project only has the migrations to create tables from new database.
So we can actually get the migrations for each release, at the moment? -
0
if you apply the entity changes and run "add-migration" you'll have all the migration scripts generated in your solution.