install/schemas/postgresql_stage2.sql
changeset 1081 745200a9cc2a
parent 929 2e981507dfae
child 1151 8f0cbce6d5f3
equal deleted inserted replaced
1080:6358f769ecb1 1081:745200a9cc2a
   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,