go-pg / pg

Golang ORM with focus on PostgreSQL features and performance
https://pg.uptrace.dev/
BSD 2-Clause "Simplified" License
5.65k stars 401 forks source link

Release v10.10.7 (release.sh) #1964

Closed elliotcourant closed 1 year ago

elliotcourant commented 1 year ago
--- FAIL: ExampleDB_Model_createTable (0.02s)
got:
[{id bigint} {model1_id bigint} {name text}]
want:
[{id bigint} {name text} {model1_id bigint}]

Got this failure which is just a fluke.