- Timestamp:
- 09/24/12 15:24:24 (12 years ago)
- Location:
- branches/HiveTaskScheduler
- Files:
-
- 1 added
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveTaskScheduler/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database.sql
r7916 r8687 121 121 CONSTRAINT [PK_Lifecycle] PRIMARY KEY ([LifecycleId]) 122 122 ) 123 CREATE TABLE [UserPriority]( 124 [UserId] UniqueIdentifier NOT NULL, 125 CONSTRAINT [PK_UserPriority] PRIMARY KEY ([UserId]) 126 ) 123 127 CREATE TABLE [DeletedJobStatistics]( 124 128 [UserId] UniqueIdentifier NOT NULL,
Note: See TracChangeset
for help on using the changeset viewer.