Latest schema updates for tests

pull/10/head
Jens Pelzetter 2021-05-25 19:48:27 +02:00
parent e8c13c6c0a
commit f38d7d1d02
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@
); );
create table CCM_CMS.BOOKMARKS ( create table CCM_CMS.BOOKMARKS (
URL varchar(2048) not null, URL varchar(2048),
OBJECT_ID bigint not null, OBJECT_ID bigint not null,
primary key (OBJECT_ID) primary key (OBJECT_ID)
); );

View File

@ -198,7 +198,7 @@
); );
create table CCM_CMS.BOOKMARKS ( create table CCM_CMS.BOOKMARKS (
URL varchar(2048) not null, URL varchar(2048),
OBJECT_ID int8 not null, OBJECT_ID int8 not null,
primary key (OBJECT_ID) primary key (OBJECT_ID)
); );