mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
DS-1379 revised 18-3 update SQL script with suggestions from Artur Konczak, reviewed and blessed by our Oracle DBA
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
ALTER TABLE resourcepolicy
|
||||
ADD (
|
||||
rpname VARCHAR2(30);
|
||||
rptype VARCHAR2(30);
|
||||
rpname VARCHAR2(30),
|
||||
rptype VARCHAR2(30),
|
||||
rpdescription VARCHAR2(100)
|
||||
);
|
||||
|
||||
@@ -54,6 +54,6 @@ CREATE SEQUENCE versionhistory_seq;
|
||||
-------------------------------------------
|
||||
-- New columns and longer hash for salted password hashing DS-861 --
|
||||
-------------------------------------------
|
||||
ALTER TABLE EPerson ALTER COLUMN password TYPE VARCHAR(128);
|
||||
ALTER TABLE EPerson modify( password VARCHAR(128));
|
||||
ALTER TABLE EPerson ADD salt VARCHAR(32);
|
||||
ALTER TABLE EPerson ADD digest_algorithm VARCHAR(16);
|
||||
|
Reference in New Issue
Block a user