Created
October 12, 2021 18:00
-
-
Save tjmaynes/4b6747e25e4b2176c465abed8fe8d932 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT 'CREATE DATABASE member' | |
| WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'member')\gexec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment