mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-13 05:21:51 +01:00
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;
|