Skip to content

Commit

Permalink
Update 0060_drop_unused_tables.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdowney committed Apr 29, 2024
1 parent a4153d0 commit 387099b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions migrations/0060_drop_unused_tables.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
DROP TABLE auth_group CASCADE;
DROP TABLE auth_group_permissions CASCADE;
DROP TABLE auth_permission CASCADE;
DROP TABLE auth_user CASCADE;
DROP TABLE auth_user_groups CASCADE;
DROP TABLE auth_user_user_permissions CASCADE;
DROP TABLE django_admin_log CASCADE;
DROP TABLE django_content_type CASCADE;
DROP TABLE django_mfa_u2fkey CASCADE;
Expand Down

0 comments on commit 387099b

Please sign in to comment.