Skip to content

Commit

Permalink
Merge pull request #3523 from IQSS/3522-4.6-bump-and-sql
Browse files Browse the repository at this point in the history
3522 4.6 bump and sql upgrade script consolidation
  • Loading branch information
kcondon authored Dec 9, 2016
2 parents 5766a6e + 2764b97 commit 52e9ec3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = '4.5.1'
version = '4.6'
# The full version, including alpha/beta/rc tags.
release = '4.5.1'
release = '4.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions doc/sphinx-guides/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Dataverse 4.5.1 Guides
======================
Dataverse 4.6 Guides
====================

These guides are for the most recent version of Dataverse. For the guides for **version 4.5** please go `here <http://guides.dataverse.org/en/4.5/>`_.
These guides are for the most recent version of Dataverse. For the guides for **version 4.5.1** please go `here <http://guides.dataverse.org/en/4.5.1/>`_.

.. toctree::
:glob:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>edu.harvard.iq</groupId>
<artifactId>dataverse</artifactId>
<version>4.5.1</version>
<version>4.6</version>
<packaging>war</packaging>

<name>dataverse</name>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ ALTER TABLE datafile ALTER COLUMN checksumtype SET NOT NULL;
-- note that in the database we use "SHA1" (no hyphen) but the GUI will show "SHA-1"
--UPDATE datafile SET checksumtype = 'SHA1';
ALTER TABLE datafile RENAME md5 TO checksumvalue;
ALTER TABLE filemetadata ADD COLUMN directorylabel character varying(255);

0 comments on commit 52e9ec3

Please sign in to comment.