equal
deleted
inserted
replaced
134 user_location text, |
134 user_location text, |
135 user_job text, |
135 user_job text, |
136 user_hobbies text, |
136 user_hobbies text, |
137 email_public smallint NOT NULL DEFAULT 0, |
137 email_public smallint NOT NULL DEFAULT 0, |
138 disable_js_fx smallint NOT NULL DEFAULT 0, |
138 disable_js_fx smallint NOT NULL DEFAULT 0, |
|
139 date_format varchar(32) NOT NULL DEFAULT 'F d, Y', |
|
140 time_format varchar(32) NOT NULL DEFAULT 'G:i', |
139 PRIMARY KEY ( user_id ) |
141 PRIMARY KEY ( user_id ) |
140 ); |
142 ); |
141 |
143 |
142 CREATE TABLE {{TABLE_PREFIX}}banlist( |
144 CREATE TABLE {{TABLE_PREFIX}}banlist( |
143 ban_id SERIAL, |
145 ban_id SERIAL, |