Fixed indexing on m:n table, as well as added seeding function

This commit is contained in:
2022-02-15 00:00:48 +01:00
parent 66f9df86d8
commit 205adeb118
6 changed files with 81 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.11.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect