gitlab-org--gitlab-foss/db
Jan Provaznik 1ec356a0b5 Mysql fixes for Rails 5
* `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
2018-06-21 22:06:50 +02:00
..
fixtures Enable hashed storage for new projects by default in development 2018-06-07 12:43:08 +03:00
migrate Mysql fixes for Rails 5 2018-06-21 22:06:50 +02:00
optional_migrations Migration to add/drop primary key constraints for composite keys. 2018-05-21 17:56:57 +02:00
post_migrate Revert rename allow collaboration column 2018-06-08 13:12:51 +00:00
schema.rb Revert rename allow collaboration column 2018-06-08 13:12:51 +00:00
seeds.rb