Commit ef01aa3e authored by Nico Schallehn's avatar Nico Schallehn

RC9

parent 52107922
No preview for this file type
......@@ -30,7 +30,7 @@ CREATE TABLE IF NOT EXISTS `MediaDB2`.`MediaObjects` (
`rating` FLOAT(2,1) NULL,
`summary` TEXT NULL,
`tagline` TEXT NULL,
`update` DATETIME NULL,
`last_update` DATETIME NULL,
`type` ENUM('series', 'episode', 'movie') NOT NULL,
PRIMARY KEY (`imdb_id`),
UNIQUE INDEX `imdbID_UNIQUE` (`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