Skip to content

Commit

Permalink
Squash migration
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler committed Jun 27, 2023
1 parent 3802029 commit 2c15f5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
5 changes: 3 additions & 2 deletions RIGS/migrations/0050_event_forum_url.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by Django 3.2.18 on 2023-06-26 17:46
# Generated by Django 3.2.19 on 2023-06-27 11:25

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


Expand All @@ -13,6 +14,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='event',
name='forum_url',
field=models.URLField(blank=True, null=True),
field=models.URLField(blank=True, null=True, validators=[RIGS.models.validate_forum_url]),
),
]
19 changes: 0 additions & 19 deletions RIGS/migrations/0051_alter_event_forum_url.py

This file was deleted.

0 comments on commit 2c15f5b

Please sign in to comment.