podverse / podverse-api

Data API, database migration scripts, and backend services for all Podverse apps
https://podverse.fm/about
GNU Affero General Public License v3.0
25 stars 15 forks source link

Delete unused django admin tables #565

Open mitchdowney opened 1 year ago

mitchdowney commented 1 year ago

These tables were once used when we had a Django Admin app, but that has long since been retired, so these tables can be deleted.

auth_group
auth_group_permissions
auth_permission
auth_user
auth_user_groups
auth_user_user_permissions
django_admin_log
django_content_type
django_mfa_u2fkey
django_mfa_userotp
django_mfa_userrecoverycodes
django_migrations
django_session
suorcd commented 2 months ago

@mitchdowney should I drop these tables?

mitchdowney commented 2 months ago

@suorcd yes please!