mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
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
Block a user