-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove models for legacy api classes (#5387)
* Remove models for legacy api classes * fix unit tests
- Loading branch information
Showing
3 changed files
with
27 additions
and
4,281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
), | ||
] |
Oops, something went wrong.