petabi / review-database

Storage subsystem for REview
Apache License 2.0
1 stars 7 forks source link

Remove unused tables and associated code #342

Closed msk closed 1 month ago

msk commented 2 months ago

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:

  1. Remove all code related to csv_column_list, csv_indicator, and csv_whitelist tables from the review-database crate.
  2. Add migration code to drop these tables from the PostgreSQL database.