Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
small migration
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperJanin committed Mar 16, 2023
1 parent 656e84a commit 9ca034a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions backend/drtrottoir/migrations/0015_alter_customuser_buildings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 4.1.7 on 2023-03-16 19:53

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('drtrottoir', '0014_photo_image_alter_photo_visit'),
]

operations = [
migrations.AlterField(
model_name='customuser',
name='buildings',
field=models.ManyToManyField(related_name='owners', to='drtrottoir.building'),
),
]

0 comments on commit 9ca034a

Please sign in to comment.