forked from MirrorHub/mautrix-whatsapp
4 lines
120 B
MySQL
4 lines
120 B
MySQL
|
-- v46: Add inserted time to history sync message
|
||
|
|
||
|
ALTER TABLE history_sync_message ADD COLUMN inserted_time TIMESTAMP;
|