datatracker/ietf/utils/migrations/0002_delete_versioninfo.py
Jennifer Richards a4e0354090
feat: get tool versions without VersionInfo model (#7418)
* feat: get tool versions without VersionInfo model

* chore: remove update_external_command_info call

* feat: get tool version without VersionInfo

* chore: Remove VersionInfo model

* chore: Migration to remove VersionInfo

* fix: handle errors better; ignore stderr

* fix: type annotation
2024-05-14 18:53:31 -05:00

17 lines
288 B
Python

# Generated by Django 4.2.11 on 2024-05-03 21:03
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("utils", "0001_initial"),
]
operations = [
migrations.DeleteModel(
name="VersionInfo",
),
]