Skip to content

Commit

Permalink
Merge branch 'release/3.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchase committed Dec 13, 2023
2 parents d117374 + cc541a2 commit f0fb152
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to the REDCap Deployment project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [3.2.1] - 2023-12-12
### Changed
- Make upgrade_apply_incremental_db_changes_only non-default (@pbchase)


## [3.2.0] - 2023-12-11
### Added
- Add upgrade_apply_incremental_db_changes_only task (@pbchase)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.2.1
2 changes: 1 addition & 1 deletion upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def upgrade(name):
abort("One or more tests failed. REDCap has been taken offline.")
utility.delete_remote_my_cnf()

@task(default=True)
@task
def upgrade_apply_incremental_db_changes_only(name):
"""
Fix a failed upgrade of a redcap by re-running
Expand Down

0 comments on commit f0fb152

Please sign in to comment.