feat: add deleted user columns in database
This commit is contained in:
parent
e95e0a79ff
commit
fa49030b06
17 changed files with 1254 additions and 54 deletions
|
@ -26,6 +26,7 @@ public class Config
|
|||
public string? SentryUrl { get; init; }
|
||||
public bool SentryTracing { get; init; } = false;
|
||||
public double SentryTracesSampleRate { get; init; } = 0.0;
|
||||
public bool LogQueries { get; init; } = false;
|
||||
}
|
||||
|
||||
public class DatabaseConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue