8ce619706b
Currently, pending audit is finding segment by segment location (path) because we want to move audit to segmentloop and we will have only StreamID and Position we need to add columns for those fields. Altering existing table can cause issues while migration and deployment. Cleaner choise is to make new table. This change contains migration with new segment_pending_audit table that will replace pending_audits table and adjustments to use new table in the code. Table pending_audits will be dropped with next release. Change-Id: Id507e29c152da594bac1fd812c78d7ecf45ec51f |
||
---|---|---|
.. | ||
templates | ||
cockroach.go | ||
gen.go | ||
gen.sh | ||
satellitedb.dbx | ||
satellitedb.dbx.go | ||
satellitedb.dbx.pgx.sql | ||
satellitedb.dbx.pgxcockroach.sql |