mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-10 12:04:21 +01:00
a948ea0146
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;
|