mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00:00
3 lines
84 B
SQL
3 lines
84 B
SQL
-- v44: Add timezone column for users
|
|
|
|
ALTER TABLE "user" ADD COLUMN timezone TEXT;
|