Skip to content

Commit

Permalink
resetting migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
accassid committed Jul 4, 2023
1 parent 5c98aca commit 2c53261
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 258 deletions.
33 changes: 19 additions & 14 deletions backend/spellbook/migrations/0001_initial.py

Large diffs are not rendered by default.

This file was deleted.

17 changes: 0 additions & 17 deletions backend/spellbook/migrations/0003_remove_variant_frozen.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions backend/spellbook/migrations/0009_card_name_unaccented.py

This file was deleted.

18 changes: 0 additions & 18 deletions backend/spellbook/migrations/0010_feature_name_unique_ci.py

This file was deleted.

4 changes: 2 additions & 2 deletions backend/website/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.1.5 on 2023-03-02 15:25
# Generated by Django 4.2.2 on 2023-07-04 17:38

import django.core.validators
from django.db import migrations, models
Expand All @@ -16,8 +16,8 @@ class Migration(migrations.Migration):
name='WebsiteProperty',
fields=[
('key', models.CharField(editable=False, max_length=100, primary_key=True, serialize=False, unique=True)),
('description', models.TextField(blank=True)),
('value', models.CharField(blank=True, help_text='Comma-separated list of values', max_length=1000, validators=[django.core.validators.RegexValidator('^[^\\,]+(?:\\,[^\\,]+)*$')])),
('description', models.TextField(blank=True)),
],
options={
'verbose_name': 'Website Property',
Expand Down

0 comments on commit 2c53261

Please sign in to comment.