Skip to content
Snippets Groups Projects
Commit c8ed9bd2 authored by Erik Johnston's avatar Erik Johnston
Browse files

pushers table requires an access_token

parent f2d90d5c
Branches
Tags
No related merge requests found
...@@ -24,6 +24,7 @@ CREATE TABLE IF NOT EXISTS rejections( ...@@ -24,6 +24,7 @@ CREATE TABLE IF NOT EXISTS rejections(
CREATE TABLE IF NOT EXISTS pushers ( CREATE TABLE IF NOT EXISTS pushers (
id BIGINT PRIMARY KEY, id BIGINT PRIMARY KEY,
user_name TEXT NOT NULL, user_name TEXT NOT NULL,
access_token BIGINT DEFAULT NULL,
profile_tag VARCHAR(32) NOT NULL, profile_tag VARCHAR(32) NOT NULL,
kind VARCHAR(8) NOT NULL, kind VARCHAR(8) NOT NULL,
app_id VARCHAR(64) NOT NULL, app_id VARCHAR(64) NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment