Changeset 12584 for branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts
- Timestamp:
- 07/03/15 16:35:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database.sql
r12551 r12584 256 256 CONSTRAINT [FK_FactClientInfo_DimUser] FOREIGN KEY ([UserId]) REFERENCES [statistics].[DimUser] ([UserId]) 257 257 ); 258 259 258 CREATE TABLE [statistics].[FactTask] ( 260 259 [TaskId] UNIQUEIDENTIFIER NOT NULL,
Note: See TracChangeset
for help on using the changeset viewer.