Skip to content

Commit

Permalink
pgsql install conf typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BronyBorn committed Jul 6, 2015
1 parent 39f6589 commit 45f961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/install_pgsql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ insert into #prefix#user (id, email, password, session_id, expires, name, type,

create table #prefix#user_session (
session_id varchar(32) not null primary key,
expires timestampe not null,
expires timestamp not null,
user_id integer not null
);

Expand Down

0 comments on commit 45f961e

Please sign in to comment.