storj/storagenode/storagenodedb
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
..
storagenodedbtest common: separate repository 2019-12-27 14:11:15 +02:00
testdata storagenode/notifications: db created (#3707) 2019-12-16 19:59:01 +02:00
bandwidthdb.go common: separate repository 2019-12-27 14:11:15 +02:00
database.go private/migrate: use transactional helpers and not Begin() 2020-01-07 18:25:38 +00:00
db_container.go storagenodedb: reenable utccheck in tests 2019-12-10 23:17:14 +00:00
deprecatedinfo.go storagenodedb: reenable utccheck in tests 2019-12-10 23:17:14 +00:00
migrations_test.go common: separate repository 2019-12-27 14:11:15 +02:00
notifications.go storagenode notification service and api added 2019-12-20 18:42:23 +00:00
orders.go common: separate repository 2019-12-27 14:11:15 +02:00
pieceexpiration.go common: separate repository 2019-12-27 14:11:15 +02:00
pieceinfo.go common: separate repository 2019-12-27 14:11:15 +02:00
piecespaceused.go common: separate repository 2019-12-27 14:11:15 +02:00
reputation.go common: separate repository 2019-12-27 14:11:15 +02:00
satellites.go common: separate repository 2019-12-27 14:11:15 +02:00
storageusage.go common: separate repository 2019-12-27 14:11:15 +02:00
usedserials.go common: separate repository 2019-12-27 14:11:15 +02:00