Skip to content

Commit

Permalink
Merge pull request #13 from bl8cz/master
Browse files Browse the repository at this point in the history
Fixed duplicity in creating table ACT_GE_PROPERTY
  • Loading branch information
mederly committed Sep 21, 2016
2 parents 11d9fd5 + a3520f4 commit 023fa2a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/sql/_all/postgresql-3.4.1-all.sql
Expand Up @@ -1365,13 +1365,6 @@ create table ACT_GE_PROPERTY (
primary key (NAME_)
);

create table ACT_GE_PROPERTY (
NAME_ varchar(64),
VALUE_ varchar(300),
REV_ integer,
primary key (NAME_)
);

insert into ACT_GE_PROPERTY
values ('schema.version', '5.20.0.1', 1);

Expand Down

0 comments on commit 023fa2a

Please sign in to comment.