storj/private/migrate
paul cannon 0c88a7b475 private/migrate: use transactional helpers and not Begin()
This code needs to work against cockroachDB, so transactions must be retried
when a retryable error is returned. This change puts migrate
transactions into the dbutil.WithTx transactional helpers to achieve
this in the easiest way.

Change-Id: Ib930e82d55cb0257357a222ce9131e6e53372c03
2020-01-07 18:25:38 +00:00
..
create_test.go private,satellite: unite all the "temp db schema" things 2019-12-05 15:36:59 +00:00
create.go private/migrate: use transactional helpers and not Begin() 2020-01-07 18:25:38 +00:00
db.go private/migrate: use transactional helpers and not Begin() 2020-01-07 18:25:38 +00:00
versions_test.go common: separate repository 2019-12-27 14:11:15 +02:00
versions.go private/migrate: use transactional helpers and not Begin() 2020-01-07 18:25:38 +00:00