Merge branch 'levi' into 'master'

Confirmed mező

See merge request photowall/photowall-docker!3
This commit is contained in:
Wiesner András 2021-01-22 15:46:06 +01:00
commit 5ecaecaa0d

View File

@ -26,6 +26,7 @@ CREATE TABLE IF NOT EXISTS `publish_table` (
`AspectRatio` float NOT NULL DEFAULT '1', `AspectRatio` float NOT NULL DEFAULT '1',
`ColorMean` varchar(32) NOT NULL DEFAULT 'cadetblue', `ColorMean` varchar(32) NOT NULL DEFAULT 'cadetblue',
`Approved` tinyint NOT NULL DEFAULT '1', `Approved` tinyint NOT NULL DEFAULT '1',
`Confirmed` tinyint NOT NULL DEFAULT '0',
`UID` varchar(32) NOT NULL, `UID` varchar(32) NOT NULL,
`TS` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `TS` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`No`), PRIMARY KEY (`No`),