Fixes time behavior for DST, and adds a user-defined constant.

This commit is contained in:
Jonathan Rosenbaum
2014-12-29 02:25:50 +00:00
parent 6f1a9d241e
commit baf8f61d9e
2 changed files with 22 additions and 6 deletions
-2
View File
@@ -146,5 +146,3 @@ INSERT INTO transaction_types
ALTER TABLE transaction_log ADD paid tinyint(1) NOT NULL DEFAULT '0';
ALTER TABLE transaction_log ADD payment_type varchar(5) DEFAULT NULL;