Skip to content

Commit

Permalink
Remove models for legacy api classes (#5387)
Browse files Browse the repository at this point in the history
* Remove models for legacy api classes

* fix unit tests
  • Loading branch information
StefanFl authored Nov 8, 2021
1 parent 66d74c0 commit 49a7b85
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4,281 deletions.
27 changes: 27 additions & 0 deletions dojo/db_migrations/0134_sonarque_cobaltio_removal.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Generated by Django 3.1.13 on 2021-11-04 06:26

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('dojo', '0133_finding_service'),
]

operations = [
migrations.RemoveField(
model_name='sonarqube_product',
name='product',
),
migrations.RemoveField(
model_name='sonarqube_product',
name='sonarqube_tool_config',
),
migrations.DeleteModel(
name='Cobaltio_Product',
),
migrations.DeleteModel(
name='Sonarqube_Product',
),
]
Loading

0 comments on commit 49a7b85

Please sign in to comment.