* 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
17 lines
288 B
Python
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",
|
|
),
|
|
]
|