stable
Clone or download
Read-only
Add tables "plugin_tracker_private_comment_disabled_tracker" and "plugin_tracker_private_comment_permission"
This is part of story #19275 restrict who can see comments For the moment, only 2 tables are created. "plugin_tracker_private_comment_disabled_tracker" will be used to set ugroup permissions on a private comment. "plugin_tracker_private_comment_permission" will be used to know which tracker has disabled private comment. By default, all trackers have the feature to activate. Change-Id: I70a45e23d38a79f7f4c4a92448609c168863154f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +10 | −0 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2021/202102101100_add_private_comment_tables.php | +61 | −0 | Go to diff View file |
M | plugins/tracker/db/uninstall.sql | +3 | −0 | Go to diff View file |