Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions src/main/resources/db/migration/V74__eliminate_unused_tables.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
DROP TABLE IF EXISTS
`koin`.`boards`,
`koin`.`calendar_universities`,
`koin`.`callvan_participants`,
`koin`.`callvan_rooms`,
`koin`.`callvan_companies`,
`koin`.`circles`,
`koin`.`comments`,
`koin`.`courses`,
`koin`.`dept_nums`,
`koin`.`dept_infos`,
Comment on lines +10 to +11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

얘네는 사용 중일 것 같은데?

`koin`.`event_articles_view_logs`,
`koin`.`event_comments`,
`koin`.`event_articles`,
`koin`.`failed_jobs`,
`koin`.`faqs`,
`koin`.`holidays`,
`koin`.`integrated_assessments`,
`koin`.`item_comments`,
`koin`.`items`,
`koin`.`item_view_logs`,
`koin`.`lost_item_comments`,
`koin`.`lost_items`,
`koin`.`lost_item_view_logs`,
`koin`.`migrations`,
`koin`.`notice_articles`,
Copy link
Contributor

@Invidam Invidam Feb 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

koin.notice_articles,

https://github.com/BCSDLab/KOIN_BATCH/blob/develop/crawling/koreatech_notice.py#L144 에 의해 계속 적재되고 있을거라 지우면 안될 듯

`koin`.`password_resets`,
`koin`.`search_articles`,
`koin`.`shop_owners`,
`koin`.`shop_view_logs`,
`koin`.`survey_answers`,
`koin`.`survey_questions`,
`koin`.`surveys`,
`koin`.`survey_view_logs`,
`koin`.`temp_articles`,
`koin`.`temp_comments`,
`koin`.`test`,
`koin`.`users_owners`,
`koin`.`land_comments`;