mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 09:06:06 -04:00
Register a user account for the AS when the AS registers. Add 'sender' column to AS table.
This commit is contained in:
parent
73a680b2a8
commit
ac3183caaa
5 changed files with 14 additions and 4 deletions
|
@ -18,6 +18,7 @@ CREATE TABLE IF NOT EXISTS application_services(
|
|||
url TEXT,
|
||||
token TEXT,
|
||||
hs_token TEXT,
|
||||
sender TEXT,
|
||||
UNIQUE(token) ON CONFLICT ROLLBACK
|
||||
);
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ CREATE TABLE IF NOT EXISTS application_services(
|
|||
url TEXT,
|
||||
token TEXT,
|
||||
hs_token TEXT,
|
||||
sender TEXT,
|
||||
UNIQUE(token) ON CONFLICT ROLLBACK
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue