Remove primary key from config
This commit is contained in:
parent
2928069b1f
commit
f332413164
@ -33,7 +33,7 @@ public class ServerConfig extends DatabaseModel {
|
||||
|
||||
public static String schema() {
|
||||
return "CREATE TABLE IF NOT EXISTS server_config (" +
|
||||
"id TEXT PRIMARY KEY ," +
|
||||
"id TEXT," +
|
||||
"prefix TEXT," +
|
||||
"welcome_message TEXT," +
|
||||
"welcome_channel TEXT)";
|
||||
|
Loading…
Reference in New Issue
Block a user