Skip to content

Commit

Permalink
Add missing migration
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcikmat committed Feb 22, 2024
1 parent d17a24e commit 4bf3750
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 4.2 on 2024-02-16 08:45

from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
('multitenancy', '0001_initial'),
]

operations = [
migrations.AlterField(
model_name='tenant',
name='name',
field=models.CharField(max_length=100),
),
]

0 comments on commit 4bf3750

Please sign in to comment.