From 34136d9b019c1ddaf5d001c9701893ec8c62f8cf Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Sun, 4 Jun 2017 19:11:37 +0200 Subject: Added local database file. --- ApartmentManager/HousingWebApi/App_Data/housingdb.mdf | Bin 0 -> 8388608 bytes .../HousingWebApi/App_Data/housingdb_log.ldf | Bin 0 -> 8388608 bytes ApartmentManager/HousingWebApi/HousingWebApi.csproj | 16 +++++++++------- ApartmentManager/HousingWebApi/Web.config | 4 ++-- 4 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 ApartmentManager/HousingWebApi/App_Data/housingdb.mdf create mode 100644 ApartmentManager/HousingWebApi/App_Data/housingdb_log.ldf diff --git a/ApartmentManager/HousingWebApi/App_Data/housingdb.mdf b/ApartmentManager/HousingWebApi/App_Data/housingdb.mdf new file mode 100644 index 0000000..6fb4146 Binary files /dev/null and b/ApartmentManager/HousingWebApi/App_Data/housingdb.mdf differ diff --git a/ApartmentManager/HousingWebApi/App_Data/housingdb_log.ldf b/ApartmentManager/HousingWebApi/App_Data/housingdb_log.ldf new file mode 100644 index 0000000..b33338f Binary files /dev/null and b/ApartmentManager/HousingWebApi/App_Data/housingdb_log.ldf differ diff --git a/ApartmentManager/HousingWebApi/HousingWebApi.csproj b/ApartmentManager/HousingWebApi/HousingWebApi.csproj index b94fb4b..7ea765b 100644 --- a/ApartmentManager/HousingWebApi/HousingWebApi.csproj +++ b/ApartmentManager/HousingWebApi/HousingWebApi.csproj @@ -151,15 +151,15 @@ - - - - + + + + @@ -212,6 +212,10 @@ + + + housingdb.mdf + @@ -265,9 +269,7 @@ - - - + diff --git a/ApartmentManager/HousingWebApi/Web.config b/ApartmentManager/HousingWebApi/Web.config index e610a4b..ce7b94a 100644 --- a/ApartmentManager/HousingWebApi/Web.config +++ b/ApartmentManager/HousingWebApi/Web.config @@ -80,6 +80,6 @@ - - + + \ No newline at end of file -- cgit v1.2.3