pandorafms/pandora_console/extras/mr/1.sql

5 lines
109 B
SQL

START TRANSACTION
ALTER TABLE tusuario add default_event_filter int(10) unsigned NOT NULL DEFAULT 0;
COMMIT