Skip to content

Fix column differences in `db/schema.rb`

Jan Provaznik requested to merge schema-update into master

What does this MR do?

project_custom_attributes and group_custom_attributes used datetime instead of datetime_with_timezone column type in database schema. But actually migration defines t.timestamps_with_timezone.

Reproducible by:

  • re-create DB and run migrations on master branch
  • running rake db:schema:dump generates some differences in schema.rb, except shuffled columns there are also differences addressed by this MR

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Jan Provaznik

Merge request reports