Update pandoradb_migrate_6.0_to_7.0.mysql.sql

This commit is contained in:
Marcos Alconada 2019-06-21 11:35:56 +02:00
parent effbf5094f
commit 56a7943a06
1 changed files with 1 additions and 1 deletions

View File

@ -1277,7 +1277,7 @@ ALTER TABLE tevent_filter ADD COLUMN `date_to` date DEFAULT NULL;
ALTER TABLE tevent_filter ADD COLUMN `user_comment` text NOT NULL;
ALTER TABLE tevent_filter ADD COLUMN `source` tinytext NOT NULL;
ALTER TABLE tevent_filter ADD COLUMN `id_extra` tinytext NOT NULL;
ALTER TABLE tevent_filter ADD column id_source_event int(10);
ALTER TABLE tevent_filter ADD COLUMN id_source_event int(10);
-- ---------------------------------------------------------------------
-- Table `tusuario`
-- ---------------------------------------------------------------------