[DB] Added a missing coma

This commit is contained in:
Alejandro Gallardo Escobar 2017-11-16 10:55:01 +01:00
parent 23a9e4f5ac
commit ec48829c71
1 changed files with 1 additions and 1 deletions

View File

@ -2216,7 +2216,7 @@ CREATE TABLE IF NOT EXISTS `tdashboard` (
`id_group` int(10) NOT NULL default 0,
`active` tinyint(1) NOT NULL default 0,
`cells` int(10) unsigned default 0,
`cells_slideshow` TINYINT(1) NOT NULL default 0
`cells_slideshow` TINYINT(1) NOT NULL default 0,
PRIMARY KEY (`id`)
) ENGINE = InnoDB DEFAULT CHARSET=utf8;