df79b32d45655b7d6b9bc6e3d2c1c2fd10b1e6cb
Best practice:
- Use the Delta class to generate the Delta SQL script between two databases.
- Execute the delta sql script to bring existing database into alignment with what will be expected.
- Use the Migrations class to apply all existing migrations on the new database.
Description
Languages
C#
100%