mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 18:14:49 -04:00
Also edit the filter column on the delta SQL
This commit is contained in:
parent
11634017f4
commit
3773759c0f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
CREATE TABLE IF NOT EXISTS user_filters(
|
||||
user_id TEXT,
|
||||
filter_id INTEGER,
|
||||
definition TEXT,
|
||||
filter_json TEXT,
|
||||
FOREIGN KEY(user_id) REFERENCES users(id)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue