mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-31 17:44:19 -04:00
pushers table requires an access_token
This commit is contained in:
parent
f2d90d5c02
commit
c8ed9bd278
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue