Changeset 6958 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database.sql
- Timestamp:
- 11/07/11 16:48:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database.sql
r6893 r6958 115 115 CREATE TABLE [DeletedJobStatistics]( 116 116 [UserId] UniqueIdentifier NOT NULL, 117 [ExecutionTime Ms] float NOT NULL,118 [ExecutionTime MsFinishedJobs] float NOT NULL,119 [StartToEndTime Ms] float NOT NULL,117 [ExecutionTimeS] float NOT NULL, 118 [ExecutionTimeSFinishedJobs] float NOT NULL, 119 [StartToEndTimeS] float NOT NULL, 120 120 [DeletedJobStatisticsId] UniqueIdentifier NOT NULL, 121 121 CONSTRAINT [PK_DeletedJobStatistics] PRIMARY KEY ([DeletedJobStatisticsId])
Note: See TracChangeset
for help on using the changeset viewer.