Skip to content

Commit

Permalink
Merge pull request #7863 from Gauravp-NEC/Fix-for-issue-7860
Browse files Browse the repository at this point in the history
Updated documentation example of  CLI command for creating a new migration script
  • Loading branch information
tino097 committed Oct 17, 2023
2 parents 308b52c + faff75b commit f886562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing/database-migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ changes it is related to.

To create a new migration script, use CKAN CLI::

ckan generate migration -m "Add account table"
ckan -c /etc/ckan/default/ckan.ini generate migration -m "Add account table"

Update the generated file, because it doesn't contain any actual
changes, only placeholders for `upgrade` and `downgrade` steps. For
Expand Down

0 comments on commit f886562

Please sign in to comment.