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

Remove Impact Analysis and Delete Tables #514

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove the profiling tables
This should only be added once the tables have been emptied.
  • Loading branch information
michelletran-codecov committed Feb 18, 2025
commit 061ea9aca374b3ccc2b7a711119d8cfd840a310b
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Generated by Django 4.2.16 on 2025-02-18 16:55

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("profiling", "0005_auto_20211018_2158"),
]

operations = [
migrations.RemoveField(
model_name="profilingupload",
name="profiling_commit",
),
migrations.DeleteModel(
name="ProfilingCommit",
),
migrations.DeleteModel(
name="ProfilingUpload",
),
]
55 changes: 0 additions & 55 deletions shared/django_apps/profiling/models.py

This file was deleted.

15 changes: 0 additions & 15 deletions shared/django_apps/profiling/tests/factories.py

This file was deleted.