You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the doc, there is no explanation to deploy the solution in a particular schema.
It's possible to precise the schema 👍 example
CREATE TRIGGER versionning_trigger
BEFORE INSERT OR UPDATE OR DELETE ON subscriptions
FOR EACH ROW EXECUTE PROCEDURE versioning(
'sys_period', 'nomenclature.subscriptions_history', false
);
Olivier
The text was updated successfully, but these errors were encountered:
Hello,
In the doc, there is no explanation to deploy the solution in a particular schema.
It's possible to precise the schema 👍 example
CREATE TRIGGER versionning_trigger
BEFORE INSERT OR UPDATE OR DELETE ON subscriptions
FOR EACH ROW EXECUTE PROCEDURE versioning(
'sys_period', 'nomenclature.subscriptions_history', false
);
Olivier
The text was updated successfully, but these errors were encountered: