diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..e36172f --- /dev/null +++ b/Readme.md @@ -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. \ No newline at end of file