-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
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
feat: drop postgres domain #981
feat: drop postgres domain #981
Conversation
Hey @MaximeMRF! 👋🏻 Could you please resolve the conflicts? |
i would say we should probably adding this logic directly to in the end, there's very little difference between the domain and types. and if I take a step back, i would say i am expecting what do you guys think? |
I am not sure what is a "domain" in PSQL land, so I need to read a bit more on those before deciding. |
Thanks for the PR for the issue I filed @MaximeMRF ! I don't think there's much harm in being explicit about dropping domains vs. types. Also, FWIW, I would assume this proposed change as-is would not be a breaking change (since we are being explicit, and |
Hi @mr-feek Agree with you, if people use |
Cool, should we then merge this as-is? What do you think @thetutlage? |
Thanks @MaximeMRF! |
Thanks all! |
Proposed changes
This pr allow you to drop postgres custom domain with
node ace migration:fresh
and alsonode ace db:wipe
It resolve this issue #948
Types of changes
What types of changes does your code introduce?
Checklist
Further comments