Add drop database statement to sample db file

This commit is contained in:
Dan Sosedoff 2015-01-09 22:39:48 -06:00
parent 691ebfbefb
commit c6793cc454

View File

@ -7,7 +7,8 @@
-- Name: booktown Type: DATABASE Owner: postgres
--
Create Database "booktown";
DROP DATABASE IF EXISTS "booktown";
CREATE DATABASE "booktown";
\connect booktown postgres
--