mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +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)),
|
||||
('description', models.CharField(max_length=200)),
|
||||
],
|
||||
options={'ordering': ('urlname',)},
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='newsarticle',
|
||||
|
Reference in New Issue
Block a user