1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 14:19:43 +02:00
documize/core/database/scripts/mysql/db_00014.sql

4 lines
120 B
MySQL
Raw Normal View History

/* community edition */
2024-02-19 11:55:15 -05:00
ALTER TABLE organization ADD COLUMN `service` VARCHAR(100) NOT NULL DEFAULT '' AFTER `domain`;