You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed on our Redmine installation that the issue_template_settings table doesn't have a UNIQUE index on project_id. This index is necessary to ensure that it isn't possible to put multiple conflicting configurations for a single project into the table.
Summary
I just noticed on our Redmine installation that the
issue_template_settings
table doesn't have aUNIQUE
index onproject_id
. This index is necessary to ensure that it isn't possible to put multiple conflicting configurations for a single project into the table.Description
There is no UNIQUE index on
project_id
. This means that I could easily put multiple conflicting configurations for a single project into the table:Environment
Redmine version 4.2.3.stable
Installed plugins:
redmine_agile 1.6.2
redmine_checklists 3.1.16
redmine_contacts 4.3.2
redmine_custom_css 0.1.7
redmine_custom_js 0.1.1
redmine_issue_templates 1.1.0
redmine_local_avatars 1.0.5.2.0
redmine_mermaid_macro 1.0.0
redmine_revision_branches 0.3.2
redmineup_tags 2.0.8
Ruby version 2.7.4-p191 (2021-07-07) [x86_64-linux-gnu]
OS Platform Debian Linux 11.4
Database PostgreSQL 13.7-0+deb11u1
Rails Env production
The text was updated successfully, but these errors were encountered: