Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
feat(back-end): Add Notification url migration
Browse files Browse the repository at this point in the history
CarlosPavajeau committed Mar 29, 2021
1 parent 6eaa723 commit c6d1e76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Domain/Migrations/ApplicationDbContextModelSnapshot.cs
Original file line number Diff line number Diff line change
@@ -568,6 +568,9 @@ protected override void BuildModel(ModelBuilder modelBuilder)
b.Property<string>("Title")
.HasColumnType("longtext");

b.Property<string>("Url")
.HasColumnType("longtext");

b.Property<string>("UserId")
.HasColumnType("varchar(191)");

0 comments on commit c6d1e76

Please sign in to comment.