mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-21 18:03:51 +01: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 (
|
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,
|
||||||
|
|
Loading…
Reference in a new issue