Skip to content

Commit

Permalink
fix initial migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPawelec-RDX committed Aug 17, 2023
1 parent c2460e2 commit 61408e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* permissions under this License.
*/

using System;
using System;
using System.Collections.Generic;
using System.Numerics;
using Microsoft.EntityFrameworkCore.Migrations;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -722,10 +722,6 @@ protected override void BuildModel(ModelBuilder modelBuilder)
.HasColumnType("bigint")
.HasColumnName("index_in_round");
b.Property<bool>("IsEndOfEpoch")
.HasColumnType("boolean")
.HasColumnName("is_end_of_epoch");
b.Property<DateTime>("NormalizedRoundTimestamp")
.HasColumnType("timestamp with time zone")
.HasColumnName("normalized_round_timestamp");
Expand Down

0 comments on commit 61408e7

Please sign in to comment.