forked from sim0n00ps/OF-DL
non-nude
This commit is contained in:
parent
f8d0dd2bbf
commit
261ba0887c
@ -21,7 +21,7 @@ public class CajetanDbService(IConfigService configService)
|
||||
await cmdInfo.ExecuteNonQueryAsync();
|
||||
}
|
||||
|
||||
using (SqliteCommand cmdNonNude = new("CREATE TABLE IF NOT EXISTS user_non_nude (user_id INTEGER NOT NULL, name VARCHAR NOT NULL, PRIMARY KEY(user_id)", connection))
|
||||
using (SqliteCommand cmdNonNude = new("CREATE TABLE IF NOT EXISTS user_non_nude (user_id INTEGER NOT NULL, name VARCHAR NOT NULL, PRIMARY KEY(user_id));", connection))
|
||||
{
|
||||
await cmdNonNude.ExecuteNonQueryAsync();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user