Skip to content

Commit

Permalink
Re-do migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEtchells committed Oct 2, 2024
1 parent a700207 commit 2778792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.1.1 on 2024-09-26 12:07
# Generated by Django 5.1.1 on 2024-10-02 14:55

from django.db import migrations, models

Expand All @@ -13,6 +13,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='chat',
name='archived',
field=models.BooleanField(default=False),
field=models.BooleanField(blank=True, default=False, null=True),
),
]

This file was deleted.

0 comments on commit 2778792

Please sign in to comment.