Last active
September 28, 2017 21:11
-
-
Save aaronlelevier/99d0bee955ce96851990073d4673b5e1 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
| drop database ci_copy; | |
| create database ci_copy with template ci; | |
| \q | |
| drop database ci; | |
| create database ci with template ci_copy; | |
| \q | |
| drop database persistent_copy; | |
| create database persistent_copy with template persistent; | |
| \q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment