Skip to content

Commit

Permalink
chore(docs): remove .py from db migrate -m (apache#14331)
Browse files Browse the repository at this point in the history
no need to state the python extension 
before: add_metadata_column_to_annotation_model.py.py
after: add_metadata_column_to_annotation_model.py
  • Loading branch information
amitmiran137 authored Apr 26, 2021
1 parent 4d2c932 commit 1faaf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 1faaf19

Please sign in to comment.