File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22All notable changes to the REDCap Deployment project will be documented in this file.
33This 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 )
Original file line number Diff line number Diff line change 1- 3.2.0
1+ 3.2.1
Original file line number Diff line number Diff 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
3737def upgrade_apply_incremental_db_changes_only (name ):
3838 """
3939 Fix a failed upgrade of a redcap by re-running
You can’t perform that action at this time.
0 commit comments