Skip to content

Commit

Permalink
refactor db init sql script
Browse files Browse the repository at this point in the history
  • Loading branch information
grillazz committed Mar 24, 2024
1 parent 17ebcc5 commit b50b3c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/create.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
DROP DATABASE IF EXISTS devdb;
CREATE DATABASE devdb;
\connect devdb;
CREATE SCHEMA shakespeare;
CREATE SCHEMA happy_hog;
Expand Down

0 comments on commit b50b3c9

Please sign in to comment.