4 Commits

Author SHA1 Message Date
Alexander Brandon Coles d17da65477 Freeze string literals in app/models
rubocop -A --only Style/FrozenStringLiteralComment,Layout/EmptyLineAfterMagicComment,Style/RedundantFreeze app/models
2025-07-22 18:26:13 +01:00
Ivan Kuchin 4911b8a149 remove years from copyrights (except for COPYRIGHT file) 2024-07-31 15:02:49 +02:00
Klaus Zanders 1660fce6ef Manage some leftover copyright noticesthat still mention 2023 2024-07-03 08:42:09 +02:00
ulferts 9fea6390ee optimize activating a type for multiple projects
Instead of individual insert statements for adding the custom fields associated to a type for the projects
the type is activated in, now one statement is employed.

To avoid duplicates, a unique index is added to the join table.
2023-03-09 15:47:11 +01:00