This is an automated email from the ASF dual-hosted git repository.

amitmiran pushed a commit to branch amitmiran137-contrib-fix
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 3e77c31cb9f08c04f50d34187a957aa91bae31dc
Author: Amit Miran <[email protected]>
AuthorDate: Sun Apr 25 09:15:46 2021 +0300

    chore(docs):  remove .py from db migrate -m
    
    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 0f9491e..aed6a1a 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`.

Reply via email to