-
Notifications
You must be signed in to change notification settings - Fork 2k
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
PostgreSQL SQL Migration Documentation Issue #114
Milestone
Comments
fine suggestion, thanks. |
jhouserizer
added a commit
that referenced
this issue
Apr 16, 2017
…resql resolve #114 - add 'if exists' clause to drop tables command on postgresql tables
Sorry about not submitting a PR. I didn't realize these scripts were contained in the repo. Thanks for the fix @jhouserizer. |
I think there was a typo in that commit: https://github.com/quartz-scheduler/quartz/pull/128/files#r115279504 |
good catch @Ramblurr looks like it's a typo |
Hello, that typo noticed by @Ramblurr went into the 2.3.0 release. |
This was referenced Mar 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
table_postgres.sql
should useDROP TABLE IF EXISTS
syntax so that initial migration can be run on a new database.The text was updated successfully, but these errors were encountered: