mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fix MR
This commit is contained in:
parent
7fe8bfc096
commit
1bc9bc6095
@ -8,7 +8,6 @@ ALTER TABLE `tevent_sound` MODIFY COLUMN `sound` text NULL;
|
|||||||
ALTER TABLE `treport_content` MODIFY COLUMN `use_prefix_notation` tinyint unsigned NOT NULL DEFAULT 1;
|
ALTER TABLE `treport_content` MODIFY COLUMN `use_prefix_notation` tinyint unsigned NOT NULL DEFAULT 1;
|
||||||
ALTER TABLE `treport_content_template` MODIFY COLUMN `use_prefix_notation` tinyint unsigned NOT NULL DEFAULT 1;
|
ALTER TABLE `treport_content_template` MODIFY COLUMN `use_prefix_notation` tinyint unsigned NOT NULL DEFAULT 1;
|
||||||
ALTER TABLE `tsesion_filter` MODIFY COLUMN `id_name` text NULL;
|
ALTER TABLE `tsesion_filter` MODIFY COLUMN `id_name` text NULL;
|
||||||
ALTER TABLE `tsesion_filter` MODIFY COLUMN `period` text NULL;
|
|
||||||
ALTER TABLE `tsesion_filter` MODIFY COLUMN `ip` text NULL;
|
ALTER TABLE `tsesion_filter` MODIFY COLUMN `ip` text NULL;
|
||||||
ALTER TABLE `tsesion_filter` MODIFY COLUMN `type` text NULL;
|
ALTER TABLE `tsesion_filter` MODIFY COLUMN `type` text NULL;
|
||||||
ALTER TABLE `tsesion_filter` MODIFY COLUMN `user` text NULL;
|
ALTER TABLE `tsesion_filter` MODIFY COLUMN `user` text NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user