Skip to content

Commit

Permalink
Move to GIT
Browse files Browse the repository at this point in the history
  • Loading branch information
new-mikha committed Apr 30, 2014
0 parents commit 9fa46e9
Show file tree
Hide file tree
Showing 247 changed files with 42,523 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Externals/log4net/
bin/
obj/
*.suo
*.csproj.user
*.log
*.log.*
Site updates/
Tracker/Service/logs/*.timestamp
*.bin
Temp/
Site update scripts/Update/
11 changes: 11 additions & 0 deletions DB scripts/01_create_database.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
USE [master]
GO

CREATE DATABASE [Tracker] COLLATE Latin1_General_CI_AS
GO

ALTER DATABASE [Tracker] SET COMPATIBILITY_LEVEL = 90
GO

ALTER DATABASE [Tracker] SET RECOVERY SIMPLE
GO
Loading

0 comments on commit 9fa46e9

Please sign in to comment.