Commit 67046e7e authored by Nico Schallehn's avatar Nico Schallehn

RC6 Database

parent 1d01cf88
No preview for this file type
......@@ -286,7 +286,7 @@ CREATE TABLE IF NOT EXISTS `MediaDB2`.`Files` (
`comment` VARCHAR(255) NULL,
`cut` VARCHAR(255) NULL,
`added` DATETIME NULL,
`update` DATETIME NULL,
`last_checked` DATETIME NULL,
PRIMARY KEY (`file_id`),
UNIQUE INDEX `file_id_UNIQUE` (`file_id` ASC),
INDEX `imdb_id_idx` (`imdb_id` ASC),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment