mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Resolved ticket with sql sentence
Former-commit-id: 959c27837ca824f386fe3b3ee43005a8235e4197
This commit is contained in:
parent
cb8cd37ee7
commit
9bc536396d
@ -1312,4 +1312,7 @@ INSERT INTO `tnotification_source_user`(`id_source`,`id_user`,`enabled`,`also_ma
|
||||
|
||||
INSERT INTO `tnotification_source_group` SELECT `id`,0 FROM `tnotification_source` WHERE `description`="Message";
|
||||
|
||||
|
||||
--
|
||||
-- Delete row in ttipo_modulo with name value 'log4x', this value dont use more in pandora
|
||||
--
|
||||
DELETE FROM ttipo_modulo where nombre like 'log4x';
|
||||
|
Loading…
x
Reference in New Issue
Block a user