From c9e0f23d9566278de4f3a60f60df21e77588309d Mon Sep 17 00:00:00 2001 From: mjudd Date: Tue, 9 Jun 2009 14:42:40 +0000 Subject: [PATCH] BF [2791095] - EmailUserPW too short for encrypted passwords https://sourceforge.net/tracker/index.php?func=detail&aid=2791095&group_id=176962&atid=879332 --- migration/353a-trunk/oracle/480_BF2791095.sql | 5 +++++ migration/353a-trunk/postgresql/480_BF2791095.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/353a-trunk/oracle/480_BF2791095.sql create mode 100644 migration/353a-trunk/postgresql/480_BF2791095.sql diff --git a/migration/353a-trunk/oracle/480_BF2791095.sql b/migration/353a-trunk/oracle/480_BF2791095.sql new file mode 100644 index 0000000000..dd63665f1c --- /dev/null +++ b/migration/353a-trunk/oracle/480_BF2791095.sql @@ -0,0 +1,5 @@ +--- https://sourceforge.net/tracker/index.php?func=detail&aid=2791095&group_id=176962&atid=879332 +--- increase size of pw field to cater for encrypted passwords +ALTER TABLE ad_user ALTER COLUMN emailuserpw TYPE varchar(255) +; + diff --git a/migration/353a-trunk/postgresql/480_BF2791095.sql b/migration/353a-trunk/postgresql/480_BF2791095.sql new file mode 100644 index 0000000000..dd63665f1c --- /dev/null +++ b/migration/353a-trunk/postgresql/480_BF2791095.sql @@ -0,0 +1,5 @@ +--- https://sourceforge.net/tracker/index.php?func=detail&aid=2791095&group_id=176962&atid=879332 +--- increase size of pw field to cater for encrypted passwords +ALTER TABLE ad_user ALTER COLUMN emailuserpw TYPE varchar(255) +; +