remove unused path_prefix from DIR, its not in PATH
This commit is contained in:
@@ -18,7 +18,7 @@ create table FILE ( EID integer, SIZE_MB integer, HASH varchar(34), THUMBNAIL va
|
|||||||
constraint PK_FILE_ID primary key(EID),
|
constraint PK_FILE_ID primary key(EID),
|
||||||
constraint FK_FILE_ENTRY_ID foreign key (EID) references ENTRY(ID) );
|
constraint FK_FILE_ENTRY_ID foreign key (EID) references ENTRY(ID) );
|
||||||
|
|
||||||
create table DIR ( EID integer, PATH_PREFIX varchar(256), REL_PATH varchar(256), NUM_FILES integer, LAST_IMPORT_DATE float,
|
create table DIR ( EID integer, REL_PATH varchar(256), NUM_FILES integer, LAST_IMPORT_DATE float,
|
||||||
constraint PK_DIR_EID primary key(EID),
|
constraint PK_DIR_EID primary key(EID),
|
||||||
constraint FK_DIR_ENTRY_ID foreign key (EID) references ENTRY(ID) );
|
constraint FK_DIR_ENTRY_ID foreign key (EID) references ENTRY(ID) );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user