Skip to content

Commit

Permalink
Merge pull request #1949 from ChurchCRM/2.6.0-1937-fix-restore-fail
Browse files Browse the repository at this point in the history
fixes #1937
  • Loading branch information
crossan007 authored Feb 19, 2017
2 parents 378e3e0 + 4a2375d commit f506cf0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ChurchCRM/CRM",
"version": "2.7.0",
"version": "2.6.0",
"type": "project",
"keywords": [
"church",
Expand Down
24 changes: 8 additions & 16 deletions src/mysql/upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,25 +93,17 @@
"scripts": [
"/mysql/upgrade/2.5.0.sql"
],
"dbVersion":"2.5.0"
},
"pre-2.6.0": {
"versions": [
"2.5.0",
"2.5.1",
"2.5.2"
],
"scripts":[
"/mysql/upgrade/2.6.0.sql"
],
"dbVersion": "2.6.0"
"dbVersion": "2.5.0"
},
"current": {
"versions": [
"2.6.0"
"2.5.0",
"2.5.1",
"2.5.2"
],
"scripts":[
"scripts": [
"/mysql/upgrade/2.6.0.sql"
],
"dbVersion": "2.7.0"
"dbVersion": "2.6.0"
}
}
}

0 comments on commit f506cf0

Please sign in to comment.