Skip to content

Commit 4e03498

Browse files
committed
Removed last migration
1 parent 81ddd02 commit 4e03498

5 files changed

Lines changed: 4 additions & 186 deletions

File tree

src/Libraries/SmartStore.Core/Domain/Localization/LocalizedProperty.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@ public partial class LocalizedProperty : BaseEntity
1313
/// Gets or sets the entity identifier
1414
/// </summary>
1515
[DataMember]
16-
[Index("IX_LocalizedProperty_Compound", Order = 1, IsUnique = true)]
16+
[Index("IX_LocalizedProperty_Compound", Order = 1)]
1717
public int EntityId { get; set; }
1818

1919
/// <summary>
2020
/// Gets or sets the language identifier
2121
/// </summary>
2222
[DataMember]
23-
[Index("IX_LocalizedProperty_Compound", Order = 4, IsUnique = true)]
23+
[Index("IX_LocalizedProperty_Compound", Order = 4)]
2424
public int LanguageId { get; set; }
2525

2626
/// <summary>
2727
/// Gets or sets the locale key group
2828
/// </summary>
2929
[DataMember]
30-
[Index("IX_LocalizedProperty_Compound", Order = 3, IsUnique = true)]
30+
[Index("IX_LocalizedProperty_Compound", Order = 3)]
3131
public string LocaleKeyGroup { get; set; }
3232

3333
/// <summary>
3434
/// Gets or sets the locale key
3535
/// </summary>
3636
[DataMember]
37-
[Index("IX_LocalizedProperty_Compound", Order = 2, IsUnique = true)]
37+
[Index("IX_LocalizedProperty_Compound", Order = 2)]
3838
public string LocaleKey { get; set; }
3939

4040
/// <summary>

src/Libraries/SmartStore.Data/Migrations/201603101826412_LocalizedPropertyUniqueIndex.Designer.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/Libraries/SmartStore.Data/Migrations/201603101826412_LocalizedPropertyUniqueIndex.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/Libraries/SmartStore.Data/Migrations/201603101826412_LocalizedPropertyUniqueIndex.resx

Lines changed: 0 additions & 126 deletions
This file was deleted.

src/Libraries/SmartStore.Data/SmartStore.Data.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,6 @@
380380
<Compile Include="Migrations\201601262000441_ImportFramework1.Designer.cs">
381381
<DependentUpon>201601262000441_ImportFramework1.cs</DependentUpon>
382382
</Compile>
383-
<Compile Include="Migrations\201603101826412_LocalizedPropertyUniqueIndex.cs" />
384-
<Compile Include="Migrations\201603101826412_LocalizedPropertyUniqueIndex.Designer.cs">
385-
<DependentUpon>201603101826412_LocalizedPropertyUniqueIndex.cs</DependentUpon>
386-
</Compile>
387383
<Compile Include="Setup\Builder\ActivityLogTypeMigrator.cs" />
388384
<Compile Include="Setup\Builder\PermissionMigrator.cs" />
389385
<Compile Include="Setup\Builder\SettingsBuilder.cs" />
@@ -714,9 +710,6 @@
714710
<EmbeddedResource Include="Migrations\201601262000441_ImportFramework1.resx">
715711
<DependentUpon>201601262000441_ImportFramework1.cs</DependentUpon>
716712
</EmbeddedResource>
717-
<EmbeddedResource Include="Migrations\201603101826412_LocalizedPropertyUniqueIndex.resx">
718-
<DependentUpon>201603101826412_LocalizedPropertyUniqueIndex.cs</DependentUpon>
719-
</EmbeddedResource>
720713
<EmbeddedResource Include="Sql\Indexes.sql" />
721714
<EmbeddedResource Include="Sql\StoredProcedures.sql" />
722715
</ItemGroup>

0 commit comments

Comments
 (0)