Fix column differences in `db/schema.rb`
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`.
Showing
Please register or sign in to comment