summaryrefslogtreecommitdiff
path: root/spec/migrations
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2018-06-09 20:13:50 +0200
committerJan Provaznik <jprovaznik@gitlab.com>2018-06-21 22:06:50 +0200
commit1ec356a0b5b6594ef0df3fb764cb57c0859ca86f (patch)
treeb75ffcc6ec975429457a4ac7e0d6c701ee3bfc95 /spec/migrations
parente3a1b825f4c787e2fb29f852c530138347014d31 (diff)
downloadgitlab-ce-1ec356a0b5b6594ef0df3fb764cb57c0859ca86f.tar.gz
Mysql fixes for Rails 5jprovazn-rails5-mysql-datetime
* `MysqlDateTimeWithTimeZone` inherits from `ActiveRecord::Type::DateTime` (`MysqlDateTime` is not present in Rails 5) * explicitly set `NULL` default value for `merge_request_diff_files`'s `diff` column (otherwise empty string is used in a migration) and empty string is not allowed for text/blob fields in Mysql * disable NO_ZERO_DATE mode for all Mysql DB connections, otherwise SQL queries fail on inserting `0` value for `created_at` column
Diffstat (limited to 'spec/migrations')
0 files changed, 0 insertions, 0 deletions