storj/satellite/satellitedb/dbx
Yingrong Zhao 6c34ff64ad satellite/satellitedb: remove referrence to audit information in
nodes and audit_history tables

This PR removes all code reference to audit_histories table and
```
audit_reputation_alpha, audit_reputation_beta,
unknown_audit_reputation_alpha, unknown_audit_reputation_beta,
```
columns from nodes table.

It also drops audit_histories table from the db since the code
that's referencing it currently are not being used.

Change-Id: Ifcda8db36afb3a333d487ff831f2fdefc8b02a4c
2021-08-13 21:11:28 +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: remove referrence to audit information in 2021-08-13 21:11:28 +00:00
satellitedb.dbx.go satellite/satellitedb: remove referrence to audit information in 2021-08-13 21:11:28 +00:00
satellitedb.dbx.pgx.sql satellite/satellitedb: remove referrence to audit information in 2021-08-13 21:11:28 +00:00
satellitedb.dbx.pgxcockroach.sql satellite/satellitedb: remove referrence to audit information in 2021-08-13 21:11:28 +00:00