mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-14 05:52:45 +01:00
3 lines
84 B
SQL
3 lines
84 B
SQL
-- v44: Add timezone column for users
|
|
|
|
ALTER TABLE "user" ADD COLUMN timezone TEXT;
|