Closed KES777 closed 2 years ago
Hi, are you sure this is an issue in SQLT? Could you share the perl code that you used to create the domain?
It's important to see the code, b/c DBICM has a few layers of indirection, so we'd have to trace down fully where this may or may not be an issue.
Sorry, from today point of view I do not remember. Probably SQL::Translator::Producer::PostgreSQL
should have something: sub create_domain
and/or CREATE DOMAIN ...
okay, so closed in favor of #136
My PostgreSQL database has domains:
The domains are not created when I run:
Currently I manually copy 001-a_domains.sql between deployment migrations after each
prepare