From 0483d0e17506ade89bf396ac92762d0660e20924 Mon Sep 17 00:00:00 2001 From: Russ Kollmansberger Date: Sun, 31 Aug 2025 12:14:56 -0500 Subject: [PATCH] Add Readme.md --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Readme.md 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