[DB] Added a missing coma
This commit is contained in:
parent
23a9e4f5ac
commit
ec48829c71
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue