mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00:00

See d578d1a610
Database upgrades from before v0.4.0 were squashed, users must update
to at least v0.4.0 before updating beyond this commit.
3 lines
120 B
SQL
3 lines
120 B
SQL
-- v46: Add inserted time to history sync message
|
|
|
|
ALTER TABLE history_sync_message ADD COLUMN inserted_time TIMESTAMP;
|