Skip to content

Commit

Permalink
Make database creation script properly delete the database if it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
JanZubac committed Apr 26, 2019
1 parent 911cc5d commit d1c714a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/api/db/out/sql/create_db.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
-- Run with > sqlcmd -i create_db.sql

CREATE DATABASE LimeDB;

USE master;
GO
IF DB_ID ( N'LimeDB' ) IS NOT NULL
Expand Down

0 comments on commit d1c714a

Please sign in to comment.