Skip to content

Update schema with `datetime_with_timezone` type

Michael Kozono requested to merge mk-update-schema-datetime-with-timezone into master

What does this MR do?

Commits a schema change.

Why was this MR needed?

Schema generation for datetime_with_timezone was not updated during https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11229. This was fixed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12292.

In the meantime, add_timestamps_with_timezone was used without the fix.

Does this MR meet the acceptance criteria?

Edited by Michael Kozono

Merge request reports