-
Notifications
You must be signed in to change notification settings - Fork 73
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
What is best strategy to create trigger? #20
Comments
The problem is not the trigger. The error is because of the comma at the end of the |
Oh yes. Excuse me. I have .env file: And my tern.conf: I got error: |
tern reads from the actual process environment. If you want a file of environment variables to be available you need to run a program that loads that file into the environment. I use https://direnv.net/ |
Thank you. |
Fixed in |
Weirdly I see the same issue as OP, but with no extraneous commas, might just be late but can't seem to run in triggers (I can run them in via a query console):
|
Hello,
What is best strategy to create trigger?
I'm trying to create trigger in same migration file where create table is:
I got error:
ERROR: syntax error at or near ")" (SQLSTATE 42601)
LINE 9: )
^
The text was updated successfully, but these errors were encountered: