storj/satellite/satellitedb/dbx
paul cannon d8733ddd40 satellite/satellitedb: stop using _gob columns
This sets the corresponding _numeric columns to be NOT NULL (it has been
verified manually that there are no more NULL _numeric values on any
known satellites, and it should be impossible with current code to get
new NULL values in the _numeric columns.

We can't drop the _gob columns immediately, as there will still be code
running that expects them, but once this version is deployed we can
finally drop them and be totally done with this crazy 5-step migration.

Change-Id: I518302528d972090d56b3eedc815656610ac8e73
2022-03-30 04:13:13 +00:00
..
templates satellite/dbx: standardize on assignment 2020-12-01 16:10:18 +00:00
cockroach.go private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
gen.go ci: fix lint errors 2021-05-17 13:37:31 +00:00
gen.sh private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
satellitedb.dbx satellite/satellitedb: stop using _gob columns 2022-03-30 04:13:13 +00:00
satellitedb.dbx.go satellite/satellitedb: stop using _gob columns 2022-03-30 04:13:13 +00:00
satellitedb.dbx.pgx.sql satellite/satellitedb: stop using _gob columns 2022-03-30 04:13:13 +00:00
satellitedb.dbx.pgxcockroach.sql satellite/satellitedb: stop using _gob columns 2022-03-30 04:13:13 +00:00