From 0795ab47124d05bc21985b12ca4f880bbf8f1de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kov=C3=A1ts=20Levente?= Date: Fri, 22 Jan 2021 10:34:38 +0100 Subject: [PATCH] =?UTF-8?q?Confirmed=20mez=C5=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database_init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/database_init.php b/database_init.php index d302bea..cae32d8 100644 --- a/database_init.php +++ b/database_init.php @@ -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`),