fixed typo and removed unusued import

This commit is contained in:
Gani Georgiev
2022-08-21 14:47:33 +03:00
parent 587cfc335c
commit 0b8c7f6883
11 changed files with 13 additions and 14 deletions
@@ -6,7 +6,7 @@ import (
func init() {
LogsMigrations.Register(func(db dbx.Builder) error {
// delete old index (don't check for error because of backward compatability with old installations)
// delete old index (don't check for error because of backward compatibility with old installations)
db.DropIndex("_requests", "_request_ip_idx").Execute()
// rename ip -> remoteIp