Skip to content

Commit

Permalink
Merge pull request #947 from rhelmer/stage
Browse files Browse the repository at this point in the history
(stage branch) move bug 780972 out to later release and move bug 807349 and bug 773332 ...
  • Loading branch information
rhelmer committed Nov 15, 2012
2 parents 6e90758 + 6f7b8fc commit 7f32bf8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 307 deletions.
9 changes: 5 additions & 4 deletions sql/upgrade/26.0/README.rst
Expand Up @@ -2,15 +2,16 @@
.. License, v. 2.0. If a copy of the MPL was not distributed with this
.. file, You can obtain one at http://mozilla.org/MPL/2.0/.
25.0 Database Updates
26.0 Database Updates
=====================

This batch makes the following database changes:

bug #780972
Add WebAppRuntimeMobile to database.
bug #807349
Add exploitability to reports table

...
bug #773332
Add FlashProcessDump to reports and reports_clean

The above changes should take only a few minutes to deploy.
This upgrade does not require a downtime.
File renamed without changes.
26 changes: 0 additions & 26 deletions sql/upgrade/26.0/add_webrtmobile.sql

This file was deleted.

File renamed without changes.
223 changes: 0 additions & 223 deletions sql/upgrade/26.0/update_product_versions.sql

This file was deleted.

16 changes: 7 additions & 9 deletions sql/upgrade/26.0/upgrade.sh
Expand Up @@ -10,17 +10,15 @@ set -e
CURDIR=$(dirname $0)
DBNAME=$1
: ${DBNAME:="breakpad"}
VERSION=25.0

#echo '*********************************************************'
#echo 'support functions'
#psql -f ${CURDIR}/support_functions.sql $DBNAME
VERSION=28.0

echo '*********************************************************'
echo 'add WebappRuntimeMobile to database'
echo 'bug 780972'
psql -f ${CURDIR}/add_webrtmobile.sql $DBNAME
psql -f ${CURDIR}/update_product_versions.sql $DBNAME
echo 'Add exploitability column to reports'
echo 'bug 807349'
psql -f ${CURDIR}/exploitability_column.sql $DBNAME
echo 'Add FlashProcessDump to reports and reports_clean'
echo 'bug 773332'
psql -f ${CURDIR}/add_flash_process_dump.sql $DBNAME

#change version in DB
psql -c "SELECT update_socorro_db_version( '$VERSION' )" $DBNAME
Expand Down
17 changes: 0 additions & 17 deletions sql/upgrade/28.0/README.rst

This file was deleted.

28 changes: 0 additions & 28 deletions sql/upgrade/28.0/upgrade.sh

This file was deleted.

0 comments on commit 7f32bf8

Please sign in to comment.