summaryrefslogtreecommitdiffstats
path: root/db/migrate
Commit message (Collapse)AuthorAgeFilesLines
...
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-15286-10/+582
| | | | | | | This will be changed to true in the future. git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-0/+11
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Failed to run “rake db:migrate" command against clean database on MySQL5.7 ↵Jean-Philippe Lang2018-09-231-2/+2
| | | | | | | | (#27283). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17515 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support self-signed LDAPS connections (#29606).Jean-Philippe Lang2018-09-231-0/+7
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17505 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sqlite3: change default value for booleans to 1 or 0 (#23630).Jean-Philippe Lang2018-09-231-0/+93
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17501 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sqlite3: Boolean values are now stored as 1 and 0 (#23630).Jean-Philippe Lang2018-09-231-0/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix db migrate broken by r16889 (#26548)Toshi MARUYAMA2017-07-271-1/+1
| | | | | | Contributed by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@16893 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Renames column comments.comments to comments.content to please Rails 5.1 ↵Jean-Philippe Lang2017-07-231-0/+5
| | | | | | (#23630). git-svn-id: http://svn.redmine.org/redmine/trunk@16860 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-23281-290/+289
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New permission: view news (#7068).Jean-Philippe Lang2017-06-071-0/+9
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16639 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New Permission: View Forum (#4866).Jean-Philippe Lang2017-06-071-0/+9
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16637 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to set a default assignee on each project (#482).Jean-Philippe Lang2017-04-081-0/+13
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16525 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changes the digest used for attachments to SHA256 (#25240).Jean-Philippe Lang2017-04-031-0/+8
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@16454 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change extra_info to long text (#14626).Jean-Philippe Lang2017-04-031-0/+12
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16446 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an index to attachments.disk_filename (#25022).Jean-Philippe Lang2017-03-021-0/+5
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@16352 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an index on issues parent_id (#23987).Jean-Philippe Lang2016-12-201-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16103 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use symbol instead of string for 'position' in db migrate (#24013)Toshi MARUYAMA2016-11-283-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16009 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an index on issue_id to changesets_issues (#24433).Jean-Philippe Lang2016-11-261-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16007 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Raises length of issue description and journals for MySQL (#20127).Jean-Philippe Lang2016-10-103-0/+37
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15905 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Speedup remove_inherited_roles (#22850).Jean-Philippe Lang2016-10-021-0/+5
| | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@15883 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add index to workflows.tracker_id (#23743).Jean-Philippe Lang2016-10-011-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* MySQL: You can't specify target table for update in FROM clause (#23347).Jean-Philippe Lang2016-08-181-1/+1
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@15737 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't pass conditions to #destroy_all.Jean-Philippe Lang2016-07-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15676 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-164-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add newline at end of db/migrate/20160529063352_add_roles_settings.rbToshi MARUYAMA2016-06-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15481 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-051-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15464 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-0/+13
| | | | | | Objects are reordered using the regular attribute writer #position= and AR callbacks. git-svn-id: http://svn.redmine.org/redmine/trunk@15335 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Force password reset for default admin user (#22381).Jean-Philippe Lang2016-04-111-0/+9
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15321 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default target version for new issues (#1828).Jean-Philippe Lang2015-11-011-0/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14786 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds Enumeration custom field format (#21060).Jean-Philippe Lang2015-10-251-0/+10
| | | | | | Similar to List format but stores possible values as records. git-svn-id: http://svn.redmine.org/redmine/trunk@14745 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Keep track of valid user sessions (#21058).Jean-Philippe Lang2015-10-241-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14735 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hide email by default for new users (#21042).Jean-Philippe Lang2015-10-211-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* LDAP filter changed to text (#20929).Jean-Philippe Lang2015-10-211-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Raises maximum length of category name to 60 (#20991).Jean-Philippe Lang2015-10-211-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix setting value if used (#20551).Jean-Philippe Lang2015-10-201-0/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14713 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extend Filesize in the attachments table for files with size > 2GB (#10672).Jean-Philippe Lang2015-10-201-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14709 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Raises wiki edits comments limit to 1024 (#19886).Jean-Philippe Lang2015-09-211-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14622 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Raises time entries comments limit to 1024 (#19885).Jean-Philippe Lang2015-09-211-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14621 e93f8b46-1217-0410-a6f0-8f06a7374b81
* DEPRECATION WARNING: `#timestamps` was called without specifying an option ↵Jean-Philippe Lang2015-08-151-1/+1
| | | | | | for `null` (#905, #20533). git-svn-id: http://svn.redmine.org/redmine/trunk@14505 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-142-0/+23
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes new issue initial status settable in workflow (#5816).Jean-Philippe Lang2015-07-261-0/+23
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14458 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to limit member management to certain roles (#19707).Jean-Philippe Lang2015-05-313-0/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14293 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-301-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-251-0/+15
| | | | | | Parent can now have its own estimate that is summed up with children estimates. git-svn-id: http://svn.redmine.org/redmine/trunk@14272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Raises 60-character limit for document titles to 255 (#12312).Jean-Philippe Lang2015-05-101-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14261 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change 20150113213922_remove_users_mail.rb from Irreversible to Reversible ↵Jean-Philippe Lang2015-03-071-1/+5
| | | | | | (#19233). git-svn-id: http://svn.redmine.org/redmine/trunk@14052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* DEPRECATION WARNING: db/migrate/001_setup.rb (#19132).Jean-Philippe Lang2015-02-191-1/+1
| | | | | | mail_notification is a boolean column when this migration runs. git-svn-id: http://svn.redmine.org/redmine/trunk@14032 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed the migration for SQLServer (#18855).Jean-Philippe Lang2015-02-081-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13990 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-0/+18
| | | | | | This permission was wrongly used to allow bulk issue copy. To prevent user from moving an issue to another project, the project field should now be set to read-only in the workflow permissions. A migration does this automatically for roles that have the edit_issues permission without having the move_issues permission. git-svn-id: http://svn.redmine.org/redmine/trunk@13981 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default admin user may not be crated in Redmine 3.0 (#18804).Jean-Philippe Lang2015-02-071-8/+11
| | | | | | Patch by Ondřej Ezr. git-svn-id: http://svn.redmine.org/redmine/trunk@13968 e93f8b46-1217-0410-a6f0-8f06a7374b81