Switch to using the Gleipnir fork of jet

Because we need those sweet, sweet geometry columns
This commit is contained in:
Eli Ribble 2026-05-09 01:48:56 +00:00
parent b5bc54b7f4
commit 935800e334
No known key found for this signature in database
31 changed files with 39 additions and 41 deletions

View file

@ -10,7 +10,7 @@ import (
"github.com/Gleipnir-Technology/nidus-sync/db/gen/nidus-sync/public/model"
querypublic "github.com/Gleipnir-Technology/nidus-sync/db/query/public"
"github.com/Gleipnir-Technology/nidus-sync/lint"
//"github.com/go-jet/jet/v2/postgres"
//"github.com/Gleipnir-Technology/jet/postgres"
)
func CommunicationsForOrganization(ctx context.Context, org_id int64) ([]model.Communication, error) {