Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy temporal_tables in a schema #53

Open
nathieb opened this issue Feb 7, 2021 · 1 comment
Open

deploy temporal_tables in a schema #53

nathieb opened this issue Feb 7, 2021 · 1 comment

Comments

@nathieb
Copy link

nathieb commented Feb 7, 2021

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

@almereyda
Copy link

It appears you have found a solution:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants