Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: run makemigrations
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Apr 16, 2024
1 parent 3c71ade commit 720a57e
Showing 1 changed file with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Generated by Django 4.2.11 on 2024-04-16 13:06

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('projects', '0016_alter_project_amount_invoiced_currency_and_more'),
]

operations = [
migrations.AlterModelOptions(
name='billingtype',
options={'ordering': ('name',)},
),
migrations.AlterModelOptions(
name='costcenter',
options={'ordering': ('name',)},
),
migrations.AlterModelOptions(
name='customer',
options={'ordering': ('name',)},
),
migrations.AlterModelOptions(
name='project',
options={'ordering': ('name',)},
),
migrations.AlterModelOptions(
name='task',
options={'ordering': ('name',)},
),
migrations.AlterModelOptions(
name='tasktemplate',
options={'ordering': ('name',)},
),
]

0 comments on commit 720a57e

Please sign in to comment.