Skip to content

Commit

Permalink
Migration for the longer resource short_description
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnavarro committed Feb 12, 2020
1 parent 61734b2 commit c3238f5
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 2.2.9 on 2020-02-12 20:18

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('resource_v2', '0002_auto_20190807_1626'),
]

operations = [
migrations.AlterField(
model_name='resourcev2',
name='ShortDescription',
field=models.CharField(max_length=1000, null=True),
),
]

0 comments on commit c3238f5

Please sign in to comment.