Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Oct 14, 2024
1 parent 28116c9 commit 598d3ce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions payroll/migrations/0002_alter_employeepayperiods_options.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 4.2.15 on 2024-10-14 10:44

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("payroll", "0001_initial"),
]

operations = [
migrations.AlterModelOptions(
name="employeepayperiods",
options={"verbose_name_plural": "employee pay periods"},
),
]

0 comments on commit 598d3ce

Please sign in to comment.