gitlab-org--gitlab-foss/db
Rubén Dávila d32a571acb Fixes a migration that causes error on some legacy DBs
Looks like there are some legacy GitLab databases that have a NOT NULL
constraint for the `created_at` and `updated` fields.

This change fixes the migration by adding a default value to those
columns and I think we always should have it in mind when inserting DB
records through raw SQL.
2018-11-01 18:34:15 -05:00
..
fixtures Remove Rugged and shell code from Gitlab::Git 2018-09-12 12:32:32 -03:00
importers
migrate Fixes a migration that causes error on some legacy DBs 2018-11-01 18:34:15 -05:00
optional_migrations
post_migrate Remove Koding integration and documentation 2018-10-12 22:18:51 -07:00
schema.rb Remove Koding integration and documentation 2018-10-12 22:18:51 -07:00
seeds.rb