From 8e0c360d50d467a6e91fccff37b5451f18e230ac Mon Sep 17 00:00:00 2001 From: Nejc Zdovc Date: Fri, 6 Mar 2020 15:21:18 +0100 Subject: [PATCH] Create Migration.md --- database/Migration.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 database/Migration.md diff --git a/database/Migration.md b/database/Migration.md new file mode 100644 index 0000000..75986b0 --- /dev/null +++ b/database/Migration.md @@ -0,0 +1,4 @@ +# Database migration +- how to migrate db to new version +- how to do tests for migration +- what you need to be carful about