fix: Fixed no specification of the tinyint length for the objects in MYSQL.sql

pull/2490/head
iglocska 2017-09-19 09:50:05 +02:00
parent 5c07fc3e68
commit e9ac667afe
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ CREATE TABLE IF NOT EXISTS objects (
`distribution` tinyint(4) NOT NULL DEFAULT 0,
`sharing_group_id` int(11),
`comment` text COLLATE utf8_bin NOT NULL,
`deleted` TINYINT NOT NULL DEFAULT 0,
`deleted` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (id),
INDEX `name` (`name`),
INDEX `template_uuid` (`template_uuid`),