0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

- upgrade_90(): replace spaces with underscore in log.action

(change was caused by translatable logging)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@182 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2007-11-03 22:46:20 +00:00
parent c51b27a9c9
commit 096a5ffbe6

View File

@ -333,6 +333,13 @@ diff:
);
}
function upgrade_90() {
# translatable logging
# old format: "create alias"
# new format: "create_alias"
$result = db_query_parsed("UPDATE " . table_by_key ('log') . " SET action = REPLACE(action,' ','_')", TRUE);
}
function upgrade_169_mysql() { # MySQL only
# allow quota > 2 GB