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) +; +