Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major database cleanup #345

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

liamwhite
Copy link
Contributor

This addresses a large majority of remaining cleanup items from derpibooru/philomena#28

Remaining from that list after this:

arrays:
  commissions:
    - categories

  filters:
    - hidden_tag_ids
    - spoilered_tag_ids
  
  users:
    - recent_filter_ids
    - watched_tag_ids
    - otp_backup_codes

ActiveRecord workarounds:
  forums:
    - last_post_id
    - last_topic_id

other:
  - convert referencing columns to bigint
  - convert varchar to text

and new things to address at a later date:

unused tables:
  - old_source_changes
  - unread_notifications
  - notifications
  - user_whitelists
  - vpns

@liamwhite liamwhite marked this pull request as draft August 18, 2024 20:35
@liamwhite liamwhite force-pushed the deadweight-elimination-v3 branch from f045421 to d9945e0 Compare August 19, 2024 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant