Skip to content
Snippets Groups Projects
Commit 4986b084 authored by Neil Johnson's avatar Neil Johnson
Browse files

remove unnecessary INSERT

parent ab0ef31d
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,5 @@
CREATE INDEX users_creation_ts ON users(creation_ts);
INSERT into background_updates (update_name, progress_json)
VALUES ('users_creation_ts', '{}');
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