From 1faaf199ad48e91882a866c11152f5901dc7b10f Mon Sep 17 00:00:00 2001 From: Amit Miran <47772523+amitmiran137@users.noreply.github.com> Date: Mon, 26 Apr 2021 07:02:02 +0300 Subject: [PATCH] chore(docs): remove .py from db migrate -m (#14331) no need to state the python extension before: add_metadata_column_to_annotation_model.py.py after: add_metadata_column_to_annotation_model.py --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f9491e67..aed6a1a98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1137,7 +1137,7 @@ Submissions will be considered for submission (or removal) on a case-by-case bas 1. Generate the migration file ```bash - superset db migrate -m 'add_metadata_column_to_annotation_model.py' + superset db migrate -m 'add_metadata_column_to_annotation_model' ``` This will generate a file in `migrations/version/{SHA}_this_will_be_in_the_migration_filename.py`.