- Timestamp:
- 09/28/12 10:49:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveTaskScheduler/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database.sql
r8687 r8707 123 123 CREATE TABLE [UserPriority]( 124 124 [UserId] UniqueIdentifier NOT NULL, 125 [DateEnqueued] DateTime NOT NULL, 125 126 CONSTRAINT [PK_UserPriority] PRIMARY KEY ([UserId]) 126 127 )
Note: See TracChangeset
for help on using the changeset viewer.