Changeset 9123 for trunk/sources/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database.sql
- Timestamp:
- 01/07/13 22:00:04 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Services.Hive.DataAccess
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Hive.DataAccess
-
Property
svn:mergeinfo
set to
/branches/HiveTaskScheduler/HeuristicLab.Services.Hive.DataAccess merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/sources/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database.sql
r8957 r9123 122 122 CONSTRAINT [PK_Lifecycle] PRIMARY KEY ([LifecycleId]) 123 123 ) 124 CREATE TABLE [UserPriority]( 125 [UserId] UniqueIdentifier NOT NULL, 126 [DateEnqueued] DateTime NOT NULL, 127 CONSTRAINT [PK_UserPriority] PRIMARY KEY ([UserId]) 128 ) 124 129 CREATE TABLE [DeletedJobStatistics]( 125 130 [UserId] UniqueIdentifier NOT NULL,
Note: See TracChangeset
for help on using the changeset viewer.