mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-26 12:18:49 +02:00
6 lines
114 B
SQL
6 lines
114 B
SQL
START TRANSACTION;
|
|
|
|
ALTER TABLE tagent_custom_fields ADD is_password_type tinyint(1) NOT NULL DEFAULT 0;
|
|
|
|
COMMIT;
|