mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 10:46:03 -04:00
Add hs_token column and generate a different token f.e application service.
This commit is contained in:
parent
a1a4960baf
commit
27091f146a
7 changed files with 35 additions and 20 deletions
|
@ -17,6 +17,7 @@ CREATE TABLE IF NOT EXISTS application_services(
|
|||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
url TEXT,
|
||||
token TEXT,
|
||||
hs_token TEXT,
|
||||
UNIQUE(token) ON CONFLICT ROLLBACK
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue