Skip to content

Commit

Permalink
fix migrations for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeid committed Jan 31, 2025
1 parent e6c9a84 commit 971a3a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
18 changes: 0 additions & 18 deletions src/lando/main/migrations/0017_alter_repo_default_branch.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.1.4 on 2025-01-29 18:40
# Generated by Django 5.1.5 on 2025-01-31 20:39

import django.db.models.deletion
from django.db import migrations, models
Expand All @@ -22,4 +22,9 @@ class Migration(migrations.Migration):
to="main.repo",
),
),
migrations.AlterField(
model_name="repo",
name="default_branch",
field=models.CharField(blank=True, default="", max_length=255),
),
]

0 comments on commit 971a3a7

Please sign in to comment.