Add Readme.md

This commit is contained in:
2025-08-31 12:14:56 -05:00
parent b16887803b
commit 0483d0e175

4
Readme.md Normal file
View File

@@ -0,0 +1,4 @@
Best practice:
1. Use the Delta class to generate the Delta SQL script between two databases.
2. Execute the delta sql script to bring existing database into alignment with what will be expected.
3. Use the Migrations class to apply all existing migrations on the new database.