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:
David Baker 2015-01-16 11:24:10 +00:00
parent 2ca2dbc821
commit 2d2953cf5f
5 changed files with 11 additions and 5 deletions

View file

@ -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,