Skip to content
Snippets Groups Projects
Commit 83d41f25 authored by Erik Johnston's avatar Erik Johnston
Browse files

Set database schema version in delta

parent ff2a2ae5
No related branches found
No related tags found
No related merge requests found
...@@ -63,3 +63,5 @@ CREATE TABLE IF NOT EXISTS user_filters( ...@@ -63,3 +63,5 @@ CREATE TABLE IF NOT EXISTS user_filters(
CREATE INDEX IF NOT EXISTS user_filters_by_user_id_filter_id ON user_filters( CREATE INDEX IF NOT EXISTS user_filters_by_user_id_filter_id ON user_filters(
user_id, filter_id user_id, filter_id
); );
PRAGMA user_version = 12;
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