[DBIx-Class-Devel] [dbsrgits/sql-translator] Domains are not created (#109)

Eugen Konkov notifications at github.com
Thu Jul 19 09:19:30 GMT 2018


My PostgreSQL database has domains:

    CREATE DOMAIN tkol AS NUMERIC(10,3)

The domains are not created when I run:

    $(which dbic-migration) --force --schema_class App::Schema --database PostgreSQL -Ilib prepare

Currently I manually copy 001-a_domains.sql  between deployment migrations after each `prepare`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/issues/109
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20180719/f7c053f7/attachment.htm>


More information about the DBIx-Class-Devel mailing list