pushers table requires an access_token

This commit is contained in:
Erik Johnston 2015-04-29 15:33:27 +01:00
parent f2d90d5c02
commit c8ed9bd278

View file

@ -24,6 +24,7 @@ CREATE TABLE IF NOT EXISTS rejections(
CREATE TABLE IF NOT EXISTS pushers (
id BIGINT PRIMARY KEY,
user_name TEXT NOT NULL,
access_token BIGINT DEFAULT NULL,
profile_tag VARCHAR(32) NOT NULL,
kind VARCHAR(8) NOT NULL,
app_id VARCHAR(64) NOT NULL,