master
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
A simple C# project used to sync 2 database structures and apply migrations.
144 KiB
Languages
C#
100%