Feature description
I'm developing an application which is highly sweden-centric. For this reason, I use the following setup:
CREATE DATABASE
dansdata
WITH
ENCODING 'UTF8'
LOCALE_PROVIDER icu
ICU_LOCALE "sv-SE"
TEMPLATE template0;
However, these settings are not respected when the database is recreated by graphile-migrate.
Motivating example
I think it is important that migrations etc. are tested as close to production settings as possible.
Supporting development
I [tick all that apply]:
Feature description
I'm developing an application which is highly sweden-centric. For this reason, I use the following setup:
However, these settings are not respected when the database is recreated by
graphile-migrate.Motivating example
I think it is important that migrations etc. are tested as close to production settings as possible.
Supporting development
I [tick all that apply]: