1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00
documize/core/database/scripts/autobuild/db_00003.sql
Harvey Kandola 4e082b4159 smtp setting gui
This closes #45 and provides a GUI for setting SMTP
2016-10-18 19:20:51 -07:00

2 lines
103 B
SQL

/* community edition */
ALTER TABLE user ADD COLUMN `global` BOOL NOT NULL DEFAULT 0 AFTER `initials`;