The csv_column_list, csv_indicator, and csv_whitelist tables in the PostgreSQL database are no longer used by review-database or any other application.
Tasks:
Remove all code related to csv_column_list, csv_indicator, and csv_whitelist tables from the review-database crate.
Add migration code to drop these tables from the PostgreSQL database.
The
csv_column_list
,csv_indicator
, andcsv_whitelist
tables in the PostgreSQL database are no longer used by review-database or any other application.Tasks:
csv_column_list
,csv_indicator
, andcsv_whitelist
tables from the review-database crate.