mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-10 01:43:11 +00:00
fix: add meta to sqlite migration scripts (#2675)
This commit is contained in:
parent
4bfe1e3306
commit
7f7aa59c4b
1
migrations/message_store/00009_addMetaColumn.up.sql
Normal file
1
migrations/message_store/00009_addMetaColumn.up.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE message ADD COLUMN meta BLOB;
|
||||
@ -10,7 +10,7 @@ import ../../../common/databases/db_sqlite, ../../../common/databases/common
|
||||
logScope:
|
||||
topics = "waku archive migration"
|
||||
|
||||
const SchemaVersion* = 8 # increase this when there is an update in the database schema
|
||||
const SchemaVersion* = 9 # increase this when there is an update in the database schema
|
||||
|
||||
template projectRoot(): string =
|
||||
currentSourcePath.rsplit(DirSep, 1)[0] / ".." / ".." / ".." / ".."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user