In our deployment environment we need to use the schema data instead of public. While the setting PGTRIGGER_SCHEMA works great when creating the triggers via management command, adding the triggers to migrations it breaks migrate.
Is that not possible or are we missing something?
In our deployment environment we need to use the schema
datainstead ofpublic. While the settingPGTRIGGER_SCHEMAworks great when creating the triggers via management command, adding the triggers to migrations it breaks migrate.Is that not possible or are we missing something?