mirror of
https://github.com/status-im/status-go.git
synced 2025-01-20 11:40:29 +00:00
Added migrations for chat_identity_last_published register
This commit is contained in:
parent
af7117070f
commit
fe4b7c6d80
@ -0,0 +1 @@
|
|||||||
|
DROP TABLE chat_identity_last_published;
|
@ -0,0 +1,4 @@
|
|||||||
|
CREATE TABLE IF NOT EXISTS chat_identity_last_published (
|
||||||
|
chat_id VARCHAR NOT NULL PRIMARY KEY ON CONFLICT REPLACE,
|
||||||
|
clock_value INT NOT NULL
|
||||||
|
);
|
Loading…
x
Reference in New Issue
Block a user