removed all remnants of FILE_REFIMG_LINK
This commit is contained in:
@@ -44,11 +44,6 @@ create table REFIMG ( ID integer, FNAME varchar(256), ENCODINGS bytea,
|
||||
CREATED_ON float,
|
||||
constraint PK_REFIMG_ID primary key(ID) );
|
||||
|
||||
create table FILE_REFIMG_LINK ( FILE_ID integer, REFIMG_ID integer, WHEN_PROCESSED float, MATCHED boolean,
|
||||
constraint PK_FRL primary key(FILE_ID, REFIMG_ID),
|
||||
constraint FK_FRL_FILE_ID foreign key (FILE_ID) references FILE(EID),
|
||||
constraint FK_FRL_REFIMG_ID foreign key (REFIMG_ID) references REFIMG(ID) );
|
||||
|
||||
create table FACE( ID integer, FACE bytea, constraint PK_FACE_ID primary key(ID) );
|
||||
|
||||
create table FACE_FILE_LINK( FACE_ID integer, FILE_EID integer,
|
||||
|
||||
Reference in New Issue
Block a user