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:
parent
3e73d414d1
commit
87bfb3b02b
@ -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
Loading…
Reference in New Issue
Block a user