Skip to content
Snippets Groups Projects
Commit 3773759c authored by Kegan Dougal's avatar Kegan Dougal
Browse files

Also edit the filter column on the delta SQL

parent 11634017
No related branches found
No related tags found
No related merge requests found
......@@ -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)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment