mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Missing comma
This commit is contained in:
parent
4380b46a35
commit
f8dda5afd6
@ -36,7 +36,7 @@ public class Directory {
|
|||||||
private static final String CREATE_TABLE = "CREATE TABLE " + TABLE_NAME + "(" + ID + " INTEGER PRIMARY KEY, " +
|
private static final String CREATE_TABLE = "CREATE TABLE " + TABLE_NAME + "(" + ID + " INTEGER PRIMARY KEY, " +
|
||||||
TOKEN + " TEXT UNIQUE, " +
|
TOKEN + " TEXT UNIQUE, " +
|
||||||
REGISTERED + " INTEGER, " +
|
REGISTERED + " INTEGER, " +
|
||||||
RELAY + " TEXT " +
|
RELAY + " TEXT, " +
|
||||||
SUPPORTS_SMS + " INTEGER, " +
|
SUPPORTS_SMS + " INTEGER, " +
|
||||||
TIMESTAMP + " INTEGER);";
|
TIMESTAMP + " INTEGER);";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user