2017-06-15 13:47:20 +02:00

6 lines
114 B
SQL

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