Add drop database statement to sample db file
This commit is contained in:
parent
691ebfbefb
commit
c6793cc454
@ -7,7 +7,8 @@
|
||||
-- Name: booktown Type: DATABASE Owner: postgres
|
||||
--
|
||||
|
||||
Create Database "booktown";
|
||||
DROP DATABASE IF EXISTS "booktown";
|
||||
CREATE DATABASE "booktown";
|
||||
|
||||
\connect booktown postgres
|
||||
--
|
||||
|
Loading…
x
Reference in New Issue
Block a user