Skip to content

Commit

Permalink
fix: add missing skoscollection migration
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jan 26, 2024
1 parent 2605de5 commit ecb29b7
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 4.2.9 on 2024-01-26 07:57

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('collections', '0001_initial'),
]

operations = [
migrations.AlterModelOptions(
name='skoscollection',
options={'ordering': ['name']},
),
]

0 comments on commit ecb29b7

Please sign in to comment.