gitlab-org--gitlab-foss/db
Rémy Coutable c33b489853
Add null: true to timestamps in migrations that does not define it
This is to ensure that migrations will still be consitent when we will
upgrade to Rails 5 which default to `null: false` for timestamps
columns.

Fixes #23666.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-28 16:45:08 +01:00
..
fixtures Refresh project authorizations using a Redis lease 2016-11-25 13:35:01 +01:00
migrate Add null: true to timestamps in migrations that does not define it 2016-11-28 16:45:08 +01:00
post_migrate Fix a badly-performing migration 2016-11-15 17:07:58 +00:00
schema.rb Add a starting date to milestones 2016-11-23 13:41:04 +02:00
seeds.rb