satellite/satellitedb: don't generate rx

I'm not sure what Rx is, however, we aren't using it --
so let's remove it for now.

Change-Id: I9caacbc150479f93945477101528a4fd60ea865f
This commit is contained in:
Egon Elbre 2023-09-08 15:03:29 +03:00 committed by Storj Robot
parent 3e73d414d1
commit 87bfb3b02b
2 changed files with 1 additions and 2116 deletions

View File

@ -35,7 +35,7 @@ func main() {
fmt.Println("schema out", string(schemaOut))
log.Fatal(err)
}
gogenArgs := append([]string{"golang", "-d=pgx", "-d=pgxcockroach", "-p=dbx", "-t=templates"}, files...)
gogenArgs := append([]string{"golang", "--rx=false", "-d=pgx", "-d=pgxcockroach", "-p=dbx", "-t=templates"}, files...)
gogenOut, err := exec.Command("dbx", gogenArgs...).CombinedOutput()
if err != nil {
fmt.Println("gogen out", string(gogenOut))

File diff suppressed because it is too large Load Diff