aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Migrations/20200131100517_RefactorUser.Designer.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-02-21 15:10:37 +0800
committercrupest <crupest@outlook.com>2020-02-21 15:10:37 +0800
commit1d5d0c85e24fe9f30d587dc714f1cd7a233c8073 (patch)
tree57a8579bc8b6d2be2831c8e55d5b5b0f552def35 /Timeline/Migrations/20200131100517_RefactorUser.Designer.cs
parent6cf3c7891fe8a810b20bb799db9f3fb97414c4de (diff)
downloadtimeline-1d5d0c85e24fe9f30d587dc714f1cd7a233c8073.tar.gz
timeline-1d5d0c85e24fe9f30d587dc714f1cd7a233c8073.tar.bz2
timeline-1d5d0c85e24fe9f30d587dc714f1cd7a233c8073.zip
Move jwt token key from configuration to database and auto generatable.
Diffstat (limited to 'Timeline/Migrations/20200131100517_RefactorUser.Designer.cs')
-rw-r--r--Timeline/Migrations/20200131100517_RefactorUser.Designer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Migrations/20200131100517_RefactorUser.Designer.cs b/Timeline/Migrations/20200131100517_RefactorUser.Designer.cs
index f494810a..fb5e8a30 100644
--- a/Timeline/Migrations/20200131100517_RefactorUser.Designer.cs
+++ b/Timeline/Migrations/20200131100517_RefactorUser.Designer.cs
@@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Timeline.Entities;
-namespace Timeline.Migrations.DevelopmentDatabase
+namespace Timeline.Migrations
{
[DbContext(typeof(DatabaseContext))]
[Migration("20200131100517_RefactorUser")]