remove unnecessary INSERT
This commit is contained in:
parent
ab0ef31dc7
commit
4986b084f8
|
@ -15,6 +15,5 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CREATE INDEX users_creation_ts ON users(creation_ts);
|
|
||||||
INSERT into background_updates (update_name, progress_json)
|
INSERT into background_updates (update_name, progress_json)
|
||||||
VALUES ('users_creation_ts', '{}');
|
VALUES ('users_creation_ts', '{}');
|
||||||
|
|
Loading…
Reference in New Issue