first version with working archive
This commit is contained in:
@@ -236,7 +236,7 @@ public class Database {
|
||||
/**
|
||||
* add a where condition in the form of … WHERE [key] in ([value])
|
||||
* @param key
|
||||
* @param values
|
||||
* @param value
|
||||
* @return
|
||||
*/
|
||||
private Request where(String key, Object value) {
|
||||
@@ -260,6 +260,7 @@ public class Database {
|
||||
if (!tableExists(User.TABLE_NAME)) User.createTable();
|
||||
if (!tableExists(MailingList.TABLE_NAME)) MailingList.createTable();
|
||||
if (!tableExists(ListMember.TABLE_NAME)) ListMember.createTable();
|
||||
if (!tableExists(Post.TABLE_NAME)) Post.createTable();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user