mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-10960-falta-tabla-tsesion_filter-en-la-instalacion-de-la-version-769' into 'develop'
Ent 10960 falta tabla tsesion filter en la instalacion de la version 769 See merge request artica/pandorafms!5731
This commit is contained in:
commit
1bf69af3c8
14
pandora_console/extras/mr/63.sql
Normal file
14
pandora_console/extras/mr/63.sql
Normal file
@ -0,0 +1,14 @@
|
||||
START TRANSACTION;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `tsesion_filter` (
|
||||
`id_filter` INT NOT NULL AUTO_INCREMENT,
|
||||
`id_name` TEXT NULL,
|
||||
`text` TEXT NULL,
|
||||
`period` TEXT NULL,
|
||||
`ip` TEXT NULL,
|
||||
`type` TEXT NULL,
|
||||
`user` TEXT NULL,
|
||||
PRIMARY KEY (`id_filter`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
|
||||
|
||||
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user