diff --git a/Migrations.cs b/Migrations.cs index 34ba34e..1e9b666 100644 --- a/Migrations.cs +++ b/Migrations.cs @@ -10,7 +10,7 @@ using RTMPDash.Pages; namespace RTMPDash; public static class Migrations { - public const int DbVer = 2; + private const int DbVer = 2; private static readonly List _migrations = new() { new Migration(1, "ALTER TABLE Users ADD IsPrivate INTEGER DEFAULT 0 NOT NULL"),