summaryrefslogtreecommitdiff
path: root/spec/rubocop/cop/migration/datetime_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-20/+0
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-90/+59
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-5/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-071-21/+117
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
|
* Fix ActiveRecord::Migration deprecationsYorick Peterse2018-12-121-4/+4
| | | | | Extending from ActiveRecord::Migration is deprecated, but was still used in a bunch of places.
* Use gitlab-stylesRémy Coutable2017-12-221-8/+8
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Also warn on timestamp in datetime migration copfix-timestampz-copSean McGivern2017-10-101-0/+26
| | | | | The types `timestamp` and `datetime` are aliases: https://github.com/rails/rails/blob/v4.2.10/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb#L362-L364
* Add database helpers 'add_timestamps_with_timezone' and ↵32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-131-0/+90
'timestamps_with_timezone'