pandorafms/pandora_console/extras/mr/3.sql

6 lines
114 B
SQL

START TRANSACTION;
ALTER TABLE tagent_custom_fields ADD is_password_type tinyint(1) NOT NULL DEFAULT 0;
COMMIT;