moving test DB + table from sep. DB into Spring DB
This commit is contained in:
Binary file not shown.
@@ -38,7 +38,7 @@
|
||||
<connectionStringProperties>
|
||||
<add key="provider.active" value="SqlServer-4.0" />
|
||||
|
||||
<add key="conn.active" value="Data Source=SPRINGQA;Database=spring-session-factory-error-tests;User ID=springqa;Password=springqa;Trusted_Connection=False"/>
|
||||
<add key="conn.active" value="Data Source=SPRINGQA;Database=Spring;User ID=springqa;Password=springqa;Trusted_Connection=False"/>
|
||||
|
||||
</connectionStringProperties>
|
||||
<nHibernateConfigProperties>
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
/*
|
||||
Script used to create table SQL Server
|
||||
*/
|
||||
|
||||
CREATE TABLE [dbo].[Container](
|
||||
[Id] [uniqueidentifier] NOT NULL,
|
||||
[Name] [nvarchar](50) NOT NULL
|
||||
) ON [PRIMARY]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user