Open saurori opened 10 months ago
Hi, you have new update? I have a some problem. I used this Solution you need use --dev-url "docker://postgres/[VERSION POSTGRESQL]/dev?search_path=public", please check this https://atlasgo.io/concepts/dev-database
I'm using atlas with
ent
andCockroachDB
. It's been working fine so far using apostgis
image as--dev-url
when generating migrations like such:However, I need to use a feature that is only supported by CRDB: Row-Level TTL.
I generated a custom migration that looks like:
This obviously can't be handled by postgres, and as far as I can tell
docker://cockroachdb/cockroach
isn't supported in--dev-url
. I attempted to set up and run a local image to generate the diff like so:However, when running the above I hit an error (the database is clean to start with and then all existing schema is loaded before erroring):
Versions