mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-04 05:44:12 -04:00
Finish appservice txn storage impl and tests.
This commit is contained in:
parent
1ead1caa18
commit
0a60bbf4fa
3 changed files with 139 additions and 16 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
CREATE TABLE IF NOT EXISTS application_services_state(
|
||||
as_id INTEGER PRIMARY KEY,
|
||||
state TEXT NOT NULL,
|
||||
state TEXT,
|
||||
last_txn TEXT,
|
||||
FOREIGN KEY(as_id) REFERENCES application_services(id)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue