pandorafms/pandora_console/extras/mr/3.sql

6 lines
114 B
MySQL
Raw Normal View History

2017-06-15 13:47:20 +02:00
START TRANSACTION;
ALTER TABLE tagent_custom_fields ADD is_password_type tinyint(1) NOT NULL DEFAULT 0;
COMMIT;