Skip to content

Commit

Permalink
Channel migration system
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeViper committed Jan 20, 2025
1 parent 36bf815 commit 7526917
Show file tree
Hide file tree
Showing 6 changed files with 2,185 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Valour/Database/Channel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class Channel : ISharedChannel
public bool IsDefault { get; set; }

// Used for migrations
public byte Version { get; set; }
public int Version { get; set; }

public static void SetupDbModel(ModelBuilder builder)
{
Expand Down
Loading

0 comments on commit 7526917

Please sign in to comment.