From 0d2a4f380a03cb6ee2bf011e9e6b2f33fbc614c7 Mon Sep 17 00:00:00 2001 From: Steve Bohlen Date: Fri, 16 Jan 2015 22:53:58 -0500 Subject: [PATCH] remove inadvertent duplicate attempt to create 'Spring' database --- build-support/create-integration-test-databases-and-users.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-support/create-integration-test-databases-and-users.sql b/build-support/create-integration-test-databases-and-users.sql index a40a6dd0..f138ed29 100644 --- a/build-support/create-integration-test-databases-and-users.sql +++ b/build-support/create-integration-test-databases-and-users.sql @@ -60,9 +60,6 @@ GO CREATE DATABASE CreditsAndDebits GO -CREATE DATABASE Spring -GO - -- create the SpringQA login itself CREATE LOGIN [springqa] WITH PASSWORD=N'springqa', DEFAULT_DATABASE=[Spring], DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION = OFF, CHECK_POLICY = OFF GO