diff --git a/packages/api/migrations/20231129184107_remove_results_highest_score_tables.sql b/packages/api/migrations/20231129184107_remove_results_highest_score_tables.sql new file mode 100644 index 00000000..53c35cbf --- /dev/null +++ b/packages/api/migrations/20231129184107_remove_results_highest_score_tables.sql @@ -0,0 +1,2 @@ +DROP TABLE IF EXISTS results_highest_score_no_rank; +DROP TABLE IF EXISTS results_highest_score_rank; \ No newline at end of file