Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package migration message not needed on fresh ckan install #4757

Merged
merged 1 commit into from
May 7, 2019

Conversation

davidread
Copy link
Contributor

@davidread davidread commented May 3, 2019

I was seeing seeing this in Travis:

Initialising the database...
You have no unmigrated package activities - you do not need torun migrate_package_activity.py.
Initialising DB: SUCCESS

and this PR gets rid of the middle line in this situation. This is simply a tidy up of something added in #3972.

Test with:

$ paster db clean
Cleaning DB: SUCCESS
$ paster db init
Initialising DB: SUCCESS

Features:

  • includes tests covering changes
  • includes updated documentation
  • includes user-visible changes
  • includes API changes
  • includes bugfix for possible backport

Please [X] all the boxes above that apply

@davidread davidread changed the title No need to print migration message on fresh ckan install Package migration message not needed on fresh ckan install May 3, 2019
@wardi wardi merged commit 49c81e6 into master May 7, 2019
@davidread davidread deleted the tidy-migration-message branch June 24, 2019 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants