fixed a fault in codepot.myysql

This commit is contained in:
2015-12-26 16:01:06 +00:00
parent 8fa4eecd05
commit 37b86d5049
2 changed files with 2 additions and 3 deletions

View File

@ -170,7 +170,6 @@ CREATE TABLE file (
updatedby VARCHAR(32) NOT NULL,
UNIQUE KEY file_id (projectid, name),
UNIQUE KEY (encname),
INDEX file_tagged_name (projectid, tag, name),
CONSTRAINT file_projectid FOREIGN KEY (projectid) REFERENCES project(id)