Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Fix the schema type of synched_at of Perm for MySQL #146

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

noahingh
Copy link
Member

@noahingh noahingh commented Oct 5, 2021

MySQL has the optional precision value for timestamp in the range from 0 to 6, i.e., 000000 to 999999. But the default timestamp of ent is timestamp, which has the precision 0, and it makes the bug related to #145.

@noahingh noahingh merged commit e4c11b3 into main Oct 5, 2021
@noahingh noahingh deleted the fix/type-sycned-at branch October 5, 2021 01:51
@noahingh noahingh added the bug Something isn't working label Oct 5, 2021
@noahingh noahingh added this to the First Release milestone Oct 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant