Fixed DB bug
This commit is contained in:
parent
7812d66e4a
commit
6a0f7a46cf
@ -22,6 +22,8 @@ namespace NadekoBot.Classes {
|
||||
conn.CreateTable<CurrencyState>();
|
||||
conn.CreateTable<CurrencyTransaction>();
|
||||
conn.CreateTable<Donator>();
|
||||
conn.CreateTable<PokeMoves>();
|
||||
conn.CreateTable<PokeTypes>();
|
||||
conn.CreateTable<UserQuote>();
|
||||
conn.Execute(Queries.TransactionTriggerQuery);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user