Skip to content

Commit

Permalink
migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Nov 18, 2024
1 parent 0007c54 commit d9f8454
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 3.2.14 on 2024-11-18 04:41

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('workspaces', '0038_alter_workspace_onboarding_state'),
]

operations = [
migrations.AlterField(
model_name='workspacegeneralsettings',
name='change_accounting_period',
field=models.BooleanField(default=True, help_text='Change the accounting period'),
),
]

0 comments on commit d9f8454

Please sign in to comment.