remove unnecessary INSERT

This commit is contained in:
Neil Johnson 2018-06-01 10:50:40 +01:00
parent ab0ef31dc7
commit 4986b084f8

View File

@ -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', '{}');