pandorafms/pandora_console/extras/mr/46.sql

5 lines
97 B
MySQL
Raw Normal View History

2021-01-26 12:35:08 +01:00
START TRANSACTION;
ALTER TABLE tgrupo ADD COLUMN max_agents int(10) NOT NULL DEFAULT 0;
COMMIT;