install/schemas/upgrade/1.1.6-1.1.7-postgresql.sql
author Dan
Wed, 30 Sep 2009 20:01:23 -0400
changeset 1125 367768040a61
parent 1081 745200a9cc2a
child 1170 71cb87b7dc3f
permissions -rw-r--r--
Javascript lib: UX: When whiteOutReportSuccess() is called on a whiteout over a miniPrompt, the miniPrompt and whiteout are now flown out together. Also, a bit of improvement to message box DOM object destruction code; this fixes problems with message boxes appearing below the shade when ajax auth is done 3 or more times in one page load.

ALTER TABLE {{TABLE_PREFIX}}users_extra ADD COLUMN date_format varchar(32) NOT NULL DEFAULT 'F d, Y';
ALTER TABLE {{TABLE_PREFIX}}users_extra ADD COLUMN time_format varchar(32) NOT NULL DEFAULT 'G:i';