3 Commits

Author SHA1 Message Date
Ivan Kuchin 4911b8a149 remove years from copyrights (except for COPYRIGHT file) 2024-07-31 15:02:49 +02:00
Christophe Bliard c795874f7f Update copyright year for 2024
command used: `rg -l 'Copyright \(C\) 2012-202\d the OpenProject' | xargs -n 100 sed -i -r 's/Copyright \(C\) 2012-202. the OpenProject/Copyright (C) 2012-2024 the OpenProject/'`
2024-01-02 16:23:54 +01:00
Christophe Bliard 18382e756c Add db:seed:only task to run a single seeder
Example:

    bundle exec rails 'db:seed:only[BasicData::WorkPackageRoleSeeder]'

Co-authored-by: Aaron Contreras <61627014+aaron-contreras@users.noreply.github.com>
2023-10-11 16:28:49 +02:00