From f141436e4298f6c06ed8edd393984eb7907b813b Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Wed, 15 Feb 2023 11:56:29 +0100 Subject: [PATCH] #10118 Changed id_group --- pandora_console/pandoradb.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 57a1d5e122..e43aaa7646 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -2323,7 +2323,7 @@ CREATE TABLE IF NOT EXISTS `tsessions_php` ( -- --------------------------------------------------------------------- CREATE TABLE IF NOT EXISTS `tmap` ( `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 '', `type` INT UNSIGNED NOT NULL DEFAULT 0, `subtype` INT UNSIGNED NOT NULL DEFAULT 0,