Skip to content

Commit

Permalink
Fixed issue #7831: SQL error while installation and using Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 13, 2013
1 parent 4b47b11 commit 6b95c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/sql/create-pgsql.sql
Expand Up @@ -215,8 +215,8 @@ CREATE TABLE prefix_participants (
--
CREATE TABLE prefix_permissions (
id serial NOT NULL,
entity varying(50) NOT NULL,
entity_id varying(100) NOT NULL,
entity character varying(50) NOT NULL,
entity_id character varying(100) NOT NULL,
uid integer NOT NULL,
permission character varying(100) NOT NULL,
create_p integer DEFAULT 0 NOT NULL,
Expand Down

0 comments on commit 6b95c67

Please sign in to comment.