mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-11 06:26:43 +00:00
Restore previous migration script
This commit is contained in:
parent
80282db1d7
commit
c7e06ab4e7
@ -13,12 +13,12 @@ DROP TABLE Message;
|
|||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS Message(
|
CREATE TABLE IF NOT EXISTS Message(
|
||||||
id BLOB PRIMARY KEY,
|
id BLOB PRIMARY KEY,
|
||||||
receiverTimestamp INTEGER NOT NULL,
|
receiverTimestamp REAL NOT NULL,
|
||||||
contentTopic BLOB NOT NULL,
|
contentTopic BLOB NOT NULL,
|
||||||
pubsubTopic BLOB NOT NULL,
|
pubsubTopic BLOB NOT NULL,
|
||||||
payload BLOB,
|
payload BLOB,
|
||||||
version INTEGER NOT NULL,
|
version INTEGER NOT NULL,
|
||||||
senderTimestamp INTEGER NOT NULL
|
senderTimestamp REAL NOT NULL
|
||||||
) WITHOUT ROWID;
|
) WITHOUT ROWID;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user