mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Update migration with previous changes
This was missed in ab36183fda
. It's not a
change that actually changes the database in any way, so no need to
create an actual migration.
This commit is contained in:
@ -19,6 +19,7 @@ class Migration(migrations.Migration):
|
|||||||
('name', models.CharField(max_length=32)),
|
('name', models.CharField(max_length=32)),
|
||||||
('description', models.CharField(max_length=200)),
|
('description', models.CharField(max_length=200)),
|
||||||
],
|
],
|
||||||
|
options={'ordering': ('urlname',)},
|
||||||
),
|
),
|
||||||
migrations.AlterField(
|
migrations.AlterField(
|
||||||
model_name='newsarticle',
|
model_name='newsarticle',
|
||||||
|
Reference in New Issue
Block a user