mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#10118 Changed id_group
This commit is contained in:
parent
856fade86c
commit
f141436e42
@ -2323,7 +2323,7 @@ CREATE TABLE IF NOT EXISTS `tsessions_php` (
|
|||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
CREATE TABLE IF NOT EXISTS `tmap` (
|
CREATE TABLE IF NOT EXISTS `tmap` (
|
||||||
`id` INT UNSIGNED NOT NULL AUTO_INCREMENT,
|
`id` INT UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||||
`id_group` INT UNSIGNED NOT NULL DEFAULT 0,
|
`id_group` TEXT NOT NULL DEFAULT '',
|
||||||
`id_user` VARCHAR(255) NOT NULL DEFAULT '',
|
`id_user` VARCHAR(255) NOT NULL DEFAULT '',
|
||||||
`type` INT UNSIGNED NOT NULL DEFAULT 0,
|
`type` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
`subtype` INT UNSIGNED NOT NULL DEFAULT 0,
|
`subtype` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user