Skip to content

Commit 804f0f3

Browse files
committedJan 30, 2016
added docs
1 parent ab98abe commit 804f0f3

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
 

‎Foundation Server/Foundation.Server/Foundation.sql

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
DROP TABLE [dbo].[__MigrationHistory]
2+
DROP TABLE [dbo].[GameScores]
3+
DROP TABLE [dbo].[StorageObjects]
4+
DROP TABLE [dbo].[UserFacebookClaims]
5+
DROP TABLE [dbo].[UserAccounts]
6+
7+
GO
8+
9+
110

211
/* EF Stuff */
312

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
1) Setup Web.Config to DB, SMTP, and Settings
2+
3+
2) Setup DB using SQL script
4+
5+
3) Turn on Null intializer
6+
7+
4) Upload
Binary file not shown.

0 commit comments

Comments
 (0)