Skip to content

Instantly share code, notes, and snippets.

@aaronlelevier
Last active September 28, 2017 21:11
Show Gist options
  • Select an option

  • Save aaronlelevier/99d0bee955ce96851990073d4673b5e1 to your computer and use it in GitHub Desktop.

Select an option

Save aaronlelevier/99d0bee955ce96851990073d4673b5e1 to your computer and use it in GitHub Desktop.
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