mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-25 22:50:49 -04:00
Require device language when adding a pusher.
Because this seems like it might be useful to do sooner rather than later.
This commit is contained in:
parent
2ca2dbc821
commit
2d2953cf5f
5 changed files with 11 additions and 5 deletions
|
@ -22,6 +22,7 @@ CREATE TABLE IF NOT EXISTS pushers (
|
|||
device_display_name varchar(128) NOT NULL,
|
||||
pushkey blob NOT NULL,
|
||||
ts BIGINT NOT NULL,
|
||||
lang varchar(8),
|
||||
data blob,
|
||||
last_token TEXT,
|
||||
last_success BIGINT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue