Merge branch 'master' of gitlab.epagris.com:photowall/photowall-docker
This commit is contained in:
commit
1478ff42d0
@ -26,6 +26,7 @@ CREATE TABLE IF NOT EXISTS `publish_table` (
|
||||
`AspectRatio` float NOT NULL DEFAULT '1',
|
||||
`ColorMean` varchar(32) NOT NULL DEFAULT 'cadetblue',
|
||||
`Approved` tinyint NOT NULL DEFAULT '1',
|
||||
`Confirmed` tinyint NOT NULL DEFAULT '0',
|
||||
`UID` varchar(32) NOT NULL,
|
||||
`TS` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`No`),
|
||||
|
Loading…
x
Reference in New Issue
Block a user