wildfire_oracle.sql 290 Bytes
Newer Older
1 2
-- $Revision: 795 $
-- $Date: 2005-01-06 07:44:42 -0300 (Thu, 06 Jan 2005) $
Gaston Dombiak's avatar
Gaston Dombiak committed
3

4
-- Update jiveVersion to JM 2.4
Gaston Dombiak's avatar
Gaston Dombiak committed
5 6
UPDATE jiveVersion SET majorVersion=2, minorVersion=4;

7
-- jiveGroupUser: Alter length of username column
Gaston Dombiak's avatar
Gaston Dombiak committed
8
ALTER TABLE jiveGroupUser MODIFY username VARCHAR2(100) NOT NULL;