refactor(db): migrate user rule settings
This commit is contained in:
@@ -24,6 +24,7 @@ internal static class StartupSchemaOwnership
|
||||
"SystemEmailSettings",
|
||||
"UserNotifications",
|
||||
"UserOperations",
|
||||
"UserRuleSettings",
|
||||
};
|
||||
|
||||
internal static readonly IReadOnlySet<string> ReconcilerOwnedTables = new HashSet<string>(StringComparer.Ordinal)
|
||||
@@ -60,7 +61,6 @@ internal static class StartupSchemaOwnership
|
||||
"TailoredCvDrafts",
|
||||
"TrustedDevices",
|
||||
"TwoFactorRecoveryCodes",
|
||||
"UserRuleSettings",
|
||||
"UserSessions",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user