mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
[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,
|
`id_group` int(10) NOT NULL default 0,
|
||||||
`active` tinyint(1) NOT NULL default 0,
|
`active` tinyint(1) NOT NULL default 0,
|
||||||
`cells` int(10) unsigned 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`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user