Skip to content

Commit f0fb152

Browse files
committed
Merge branch 'release/3.2.1'
2 parents d117374 + cc541a2 commit f0fb152

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to the REDCap Deployment project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
6+
## [3.2.1] - 2023-12-12
7+
### Changed
8+
- Make upgrade_apply_incremental_db_changes_only non-default (@pbchase)
9+
10+
511
## [3.2.0] - 2023-12-11
612
### Added
713
- Add upgrade_apply_incremental_db_changes_only task (@pbchase)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.2.1

upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def upgrade(name):
3333
abort("One or more tests failed. REDCap has been taken offline.")
3434
utility.delete_remote_my_cnf()
3535

36-
@task(default=True)
36+
@task
3737
def upgrade_apply_incremental_db_changes_only(name):
3838
"""
3939
Fix a failed upgrade of a redcap by re-running

0 commit comments

Comments
 (0)