install/schemas/postgresql_stage2.sql
changeset 685 17ebe24cdf85
parent 665 af7e8ec6aef7
child 711 f70d764aab33
equal deleted inserted replaced
684:15dbbe7e7674 685:17ebe24cdf85
    73   session_key varchar(32),
    73   session_key varchar(32),
    74   salt varchar(32),
    74   salt varchar(32),
    75   user_id int,
    75   user_id int,
    76   auth_level smallint NOT NULL DEFAULT '0',
    76   auth_level smallint NOT NULL DEFAULT '0',
    77   source_ip varchar(39) NOT NULL DEFAULT '127.0.0.1',
    77   source_ip varchar(39) NOT NULL DEFAULT '127.0.0.1',
    78   time bigint DEFAULT '0'
    78   time bigint DEFAULT '0',
       
    79   key_type smallint NOT NULL DEFAULT 0
    79 );
    80 );
    80 
    81 
    81 CREATE TABLE {{TABLE_PREFIX}}themes(
    82 CREATE TABLE {{TABLE_PREFIX}}themes(
    82   theme_id varchar(63),
    83   theme_id varchar(63),
    83   theme_name text,
    84   theme_name text,