We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to update aCONSTRAINT CHECK on a table and, when running atlas migrate diff, it reports that there's no differece.
CONSTRAINT CHECK
atlas migrate diff
original:
check "start_hour" { expr = "(`start_hour_ending` between 1 and 24)" }
updated (changed 24 to 25):
check "start_hour" { expr = "(`start_hour_ending` between 1 and 25)" }
atlas reports: The migration directory is synced with the desired state, no changes to be made
The migration directory is synced with the desired state, no changes to be made
%> atlas version atlas version v0.28.1 https://github.com/ariga/atlas/releases/tag/v0.28.1
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, @craigmonson. Issue was resolved with #3208.
Sorry, something went wrong.
No branches or pull requests
Trying to update a
CONSTRAINT CHECK
on a table and, when runningatlas migrate diff
, it reports that there's no differece.original:
updated (changed 24 to 25):
atlas reports:
The migration directory is synced with the desired state, no changes to be made
%> atlas version atlas version v0.28.1 https://github.com/ariga/atlas/releases/tag/v0.28.1
The text was updated successfully, but these errors were encountered: