Commit b90e81a2 authored by Nico Schallehn's avatar Nico Schallehn

RC12

Spalte hinzugefügt: fps
Spalte verschoben: source
parent 4ab21813
No preview for this file type
MediaDB2.png

122 KB | W: | H:

MediaDB2.png

122 KB | W: | H:

MediaDB2.png
MediaDB2.png
MediaDB2.png
MediaDB2.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -112,7 +112,6 @@ CREATE TABLE IF NOT EXISTS `MediaDB2`.`Episodes` (
`series_imdb_id` VARCHAR(9) NOT NULL,
`season_nr` INT NOT NULL,
` episode_nr` INT NOT NULL,
`source` VARCHAR(45) NULL,
`fsk` INT NULL,
`comment` VARCHAR(255) NULL,
UNIQUE INDEX `imdbID_UNIQUE` (`imdb_id` ASC),
......@@ -230,6 +229,7 @@ CREATE TABLE IF NOT EXISTS `MediaDB2`.`Files` (
`size` BIGINT(20) NULL,
`checksum` VARCHAR(32) NULL,
`dimensions` VARCHAR(45) NULL,
`source` VARCHAR(45) NULL,
`video_container` VARCHAR(255) NULL,
`video_codec` VARCHAR(255) NULL,
`hdr` VARCHAR(255) NULL,
......@@ -239,6 +239,7 @@ CREATE TABLE IF NOT EXISTS `MediaDB2`.`Files` (
`resolution` VARCHAR(255) NULL,
`width` INT NULL,
`height` INT NULL,
`fps` FLOAT(6,3) NULL,
`hdd` VARCHAR(255) NULL,
`encoding_mode` VARCHAR(45) NULL,
`encoding_quality` FLOAT(6,1) NULL,
......
No preview for this file type
INSERT INTO `AccessKey` (`AccessKey`, `Kommentar`, `Debug`, `FileInfo`, `ViewWatchStatstic`, `UpdateWatchStatstic`, `WebApp`) VALUES ('TestKeyNic', 'Nicos Key', '1', '1', '1', '1', '1');
INSERT INTO `ViewGroups` (`ViewGroupID`, `Name`) VALUES (NULL, 'Franzi und Nico');
INSERT INTO `AccessKey` (`AccessKey`, `ViewGroupID`, `Kommentar`, `Debug`, `FileInfo`, `ViewWatchStatstic`, `UpdateWatchStatstic`, `WebApp`) VALUES ('TestKeyNic', '1', 'Nico\'s Testkey', '1', '1', '1', '1', '1');
\ No newline at end of file
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