Skip to content

Commit

Permalink
Update migrations and diagram.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmenezes0 committed Mar 20, 2024
1 parent a0413ff commit 2c8f09f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Generated by Django 5.0.3 on 2024-03-20 17:36

import django.db.models.deletion
from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("consultations", "0002_consultationresponse_consultation"),
]

operations = [
migrations.AddField(
model_name="theme",
name="question",
field=models.ForeignKey(
null=True, on_delete=django.db.models.deletion.CASCADE, to="consultations.question"
),
),
]
Binary file modified docs/erd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c8f09f

Please sign in to comment.