Skip to content

Commit

Permalink
fixup! Differentiate between a sequence's database schema and model s…
Browse files Browse the repository at this point in the history
…chema

Huh? How did that not get committed...
  • Loading branch information
bricelam committed Sep 1, 2022
1 parent 004620a commit cd0f4ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/EFCore.Sqlite.Tests/SqliteEventIdTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ private class FakeSequence : Annotatable, IReadOnlySequence
public string Name
=> "SequenceName";

public string ModelSchema
=> throw new NotImplementedException();

public string Schema
=> throw new NotImplementedException();

Expand Down

0 comments on commit cd0f4ba

Please sign in to comment.