Changeset 9363 for branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database_SQL Azure.sql
- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Services.Hive.DataAccess
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/trunk/sources/HeuristicLab.Services.Hive.DataAccess merged eligible /branches/Algorithms.GradientDescent/HeuristicLab.Services.Hive.DataAccess 5516-5520 /branches/Benchmarking/sources/HeuristicLab.Services.Hive.DataAccess 6917-7005 /branches/CloningRefactoring/HeuristicLab.Services.Hive.DataAccess 4656-4721 /branches/DataAnalysis Refactoring/HeuristicLab.Services.Hive.DataAccess 5471-5808 /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Services.Hive.DataAccess 5815-6180 /branches/DataAnalysis/HeuristicLab.Services.Hive.DataAccess 4458-4459,4462,4464 /branches/GP.Grammar.Editor/HeuristicLab.Services.Hive.DataAccess 6284-6795 /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Services.Hive.DataAccess 5060 /branches/HiveTaskScheduler/HeuristicLab.Services.Hive.DataAccess 8687-9106 /branches/NET40/sources/HeuristicLab.Services.Hive.DataAccess 5138-5162 /branches/ParallelEngine/HeuristicLab.Services.Hive.DataAccess 5175-5192 /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Services.Hive.DataAccess 7568-7810 /branches/QAPAlgorithms/HeuristicLab.Services.Hive.DataAccess 6350-6627 /branches/Restructure trunk solution/HeuristicLab.Services.Hive.DataAccess 6828 /branches/RuntimeOptimizer/HeuristicLab.Services.Hive.DataAccess 8943-9078 /branches/ScatterSearch (trunk integration)/HeuristicLab.Services.Hive.DataAccess 7787-8333 /branches/SlaveShutdown/HeuristicLab.Services.Hive.DataAccess 8944-8956 /branches/SuccessProgressAnalysis/HeuristicLab.Services.Hive.DataAccess 5370-5682 /branches/Trunk/HeuristicLab.Services.Hive.DataAccess 6829-6865 /branches/UnloadJobs/HeuristicLab.Services.Hive.DataAccess 9168-9215 /branches/VNS/HeuristicLab.Services.Hive.DataAccess 5594-5752 /branches/histogram/HeuristicLab.Services.Hive.DataAccess 5959-6341
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database_SQL Azure.sql
r8232 r9363 74 74 [Recurring] Bit NOT NULL, 75 75 [RecurringId] UniqueIdentifier NOT NULL, 76 [DowntimeType] VarChar(MAX) NOT NULL, 76 77 CONSTRAINT [PK_dbo.Downtime] PRIMARY KEY ([DowntimeId]) 77 78 ) … … 119 120 [LastCleanup] DateTime NOT NULL, 120 121 CONSTRAINT [PK_Lifecycle] PRIMARY KEY ([LifecycleId]) 122 ) 123 CREATE TABLE [UserPriority]( 124 [UserId] UniqueIdentifier NOT NULL, 125 [DateEnqueued] DateTime NOT NULL, 126 CONSTRAINT [PK_UserPriority] PRIMARY KEY ([UserId]) 121 127 ) 122 128 CREATE TABLE [DeletedJobStatistics](
Note: See TracChangeset
for help on using the changeset viewer.