Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/11 10:49:43 (13 years ago)
Author:
abeham
Message:

#1619 (minor changes)

  • fixed initial sql script
  • removed unused class
  • changed config
  • updated entity model
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Services.ProblemInstances/ProblemInstancesModel.edmx

    r6733 r6779  
    8383          <Property Type="Int32" Name="Id" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
    8484          <Property Type="String" Name="Name" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" />
    85           <Property Type="String" Name="Assignment" Nullable="false" MaxLength="Max" FixedLength="false" Unicode="false" />
    86           <Property Type="String" Name="AssignmentHash" Nullable="false" MaxLength="40" FixedLength="true" Unicode="false" />
     85          <Property Type="String" Name="Assignment" Nullable="true" MaxLength="Max" FixedLength="false" Unicode="false" />
     86          <Property Type="String" Name="AssignmentHash" Nullable="true" MaxLength="40" FixedLength="true" Unicode="false" />
    8787          <Property Type="Double" Name="Quality" Nullable="false" />
    8888          <NavigationProperty Name="Instance" Relationship="ProblemInstancesModel.FK_QAPSolution_QAPInstance1" FromRole="QAPSolution" ToRole="QAPInstance" />
Note: See TracChangeset for help on using the changeset viewer.