diff options
author | crupest <crupest@outlook.com> | 2020-03-06 19:16:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-06 19:16:58 +0800 |
commit | cc57bddf48fee422850c8b458ac9a22ba0bfaa64 (patch) | |
tree | 8940de95d235020bbfc1b204cc572eeb47158d40 /Timeline/Timeline.csproj | |
parent | 81218733d494452e04a1ab84fae242d0bba08092 (diff) | |
download | timeline-cc57bddf48fee422850c8b458ac9a22ba0bfaa64.tar.gz timeline-cc57bddf48fee422850c8b458ac9a22ba0bfaa64.tar.bz2 timeline-cc57bddf48fee422850c8b458ac9a22ba0bfaa64.zip |
Migrate database.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 72bc1572..e993c0b3 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -7,6 +7,10 @@ <LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
+ <ItemGroup>
+ <Compile Remove="Migrations\20200306101428_AddDataTable.cs" />
+ <Compile Remove="Migrations\20200306101428_AddDataTable.Designer.cs" />
+ </ItemGroup>
<ItemGroup>
<Content Include="default-avatar.png">
|