Browse Source

remove this file use master

Rafael Meira 5 years ago
parent
commit
a010010d97
1 changed files with 0 additions and 4 deletions
  1. 0 4
      mssql/setup.sql

+ 0 - 4
mssql/setup.sql

@@ -1,4 +0,0 @@
-CREATE DATABASE $(MSSQL_DATABASE);
-GO
-USE $(MSSQL_DATABASE);
-GO