Base solution for your next web application
Open Closed

Any database changes after 5.1? #4887


User avatar
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)
  • User Avatar
    0
    bbakermmc created

    Yes.

    They can change the db on any release. Just run the migrations.

  • User Avatar
    0
    XugoWebTeam created

    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?

  • User Avatar
    0
    alper created
    Support Team

    if you apply the entity changes and run "add-migration" you'll have all the migration scripts generated in your solution.