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
This commit is contained in:
Amit Miran 2021-04-26 07:02:02 +03:00 committed by GitHub
parent 4d2c9324be
commit 1faaf199ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.