make index creation idempotent #8058
Annotations
2 errors
Run chainguard-dev/actions/nodiff@main:
internal/datastore/postgres/migrations/index.go#L1
Please run go run mage.go lint:go.
diff --git a/internal/datastore/postgres/migrations/index.go b/internal/datastore/postgres/migrations/index.go
index aaf04c9..0b2be90 100644
--- a/internal/datastore/postgres/migrations/index.go
+++ b/internal/datastore/postgres/migrations/index.go
@@ -4,8 +4,9 @@ import (
"context"
"fmt"
- "github.com/authzed/spicedb/internal/datastore/postgres/common"
"github.com/jackc/pgx/v5"
+
+ "github.com/authzed/spicedb/internal/datastore/postgres/common"
)
const createIndexTemplate = `
|
Run chainguard-dev/actions/nodiff@main
Process completed with exit code 1.
|
Loading