From 375f0879fb6f6c29591f4a64eab252ae10f7aba2 Mon Sep 17 00:00:00 2001 From: Evan Sung Date: Fri, 13 Oct 2023 03:24:49 -0500 Subject: [PATCH] Feature db migrate 20231013 (#202) * feat(db): support flask migrate * minor --------- Co-authored-by: s01249 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4811cef..b96e02b 100755 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ nosetests.xml .pytest_cache cmdb-api/test-output cmdb-api/api/uploaded_files +cmdb-api/migrations/versions # Translations *.mo