storj/private/dbutil
Cameron Ayer 8138939a2a satellite/satellitedb: remove bad migration step
Migration step 148 will cause errors because we missed some
references to the columns being dropped. Removing the step
altogether causes problems with backwards compatibility tests
because the change already exists in the latest release tag.
To circumvent, we change v148 to an empty migration.

Add methods FindTable and RemoveColumn in private/dbutil/dbschema

Change-Id: Ia527e95b88a88c5dc82800928ce6f8cfb879e334
2021-03-10 14:36:52 -05:00
..
cockroachutil dbutil/cockroachutil: make crdb retry when tcp error 2021-02-08 08:49:22 +00:00
dbschema satellite/satellitedb: remove bad migration step 2021-03-10 14:36:52 -05:00
pgtest private/dbutil/pgtest: use round robin to pick databases 2020-11-06 12:55:55 +00:00
pgutil private/dbutil/pgutil: add UUIDArray helper 2021-02-26 09:56:15 +02:00
sqliteutil all: fix defers in loop 2020-11-02 15:06:38 +02:00
tempdb storage/cockroachkv: add ctx argument 2020-01-13 15:57:47 +02:00
txutil private/dbutil/pgutil: ensure storagenode doesn't depend on pgx 2020-09-30 14:28:47 +00:00
utccheck all: fix dots 2020-07-16 14:58:28 +00:00
dbimplementation.go all: add missing dots 2020-08-11 17:50:01 +03:00
defaults.go private/{dbutil,tagsql}: pass ctx to database opening 2020-10-29 10:51:29 +00:00
mapping_test.go satellite: support pointing db components at different databases 2020-11-28 18:39:16 +00:00
mapping.go satellite: support pointing db components at different databases 2020-11-28 18:39:16 +00:00
nulltime.go mod: update sqlite module to v2.0.2 2020-01-08 21:21:15 +02:00
split.go all: use jackc/pgx in place of lib/pq 2020-07-13 15:54:41 +00:00
tempdbtype.go private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00