Skip to content

Commit 67a0dbc

Browse files
committed
fixed migration
1 parent 9189943 commit 67a0dbc

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

Signal-Windows.Lib/Migrations/SignalDB/20210227010514_m7.designer.cs renamed to Signal-Windows.Lib/Migrations/SignalDB/20210305185855_m7.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Signal-Windows.Lib/Migrations/SignalDB/SignalDBContextModelSnapshot.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using Microsoft.EntityFrameworkCore.Metadata;
55
using Microsoft.EntityFrameworkCore.Migrations;
66
using Signal_Windows.Storage;
7+
using Signal_Windows.Models;
78

89
namespace Signal_Windows.Migrations
910
{
@@ -13,7 +14,7 @@ partial class SignalDBContextModelSnapshot : ModelSnapshot
1314
protected override void BuildModel(ModelBuilder modelBuilder)
1415
{
1516
modelBuilder
16-
.HasAnnotation("ProductVersion", "1.1.4");
17+
.HasAnnotation("ProductVersion", "1.1.5");
1718

1819
modelBuilder.Entity("Signal_Windows.Models.GroupMembership", b =>
1920
{
@@ -81,6 +82,8 @@ protected override void BuildModel(ModelBuilder modelBuilder)
8182

8283
b.Property<string>("Draft");
8384

85+
b.Property<string>("DraftFileTokens");
86+
8487
b.Property<uint>("ExpiresInSeconds");
8588

8689
b.Property<long>("LastActiveTimestamp");
@@ -151,7 +154,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
151154

152155
b.Property<int>("Direction");
153156

154-
b.Property<uint>("ExpiresAt");
157+
b.Property<long>("ExpiresAt");
155158

156159
b.Property<bool>("Read");
157160

Signal-Windows.Lib/Signal-Windows.Lib.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@
106106
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
107107
</PropertyGroup>
108108
<ItemGroup>
109-
<Compile Include="Migrations\SignalDB\20210227010514_m7.cs" />
110-
<Compile Include="Migrations\SignalDB\20210227010514_m7.designer.cs">
111-
<DependentUpon>20210227010514_m7.cs</DependentUpon>
109+
<Compile Include="Migrations\SignalDB\20210305185855_m7.cs" />
110+
<Compile Include="Migrations\SignalDB\20210305185855_m7.designer.cs">
111+
<DependentUpon>20210305185855_m7.cs</DependentUpon>
112112
</Compile>
113113
<Compile Include="Settings\AppConfig.cs" />
114114
<Compile Include="DisappearingMessagesManager.cs" />

0 commit comments

Comments
 (0)