Skip to content

Commit

Permalink
migrations resetdb
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Nov 18, 2024
1 parent 3ddeaf1 commit 08bb5a4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 3.2.14 on 2024-11-18 02:42

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('workspaces', '0046_workspacegeneralsettings_import_code_fields'),
]

operations = [
migrations.AlterField(
model_name='workspacegeneralsettings',
name='change_accounting_period',
field=models.BooleanField(default=True, help_text='Export Expense when accounting period is closed'),
),
]
2 changes: 1 addition & 1 deletion tests/sql_fixtures/reset_db_fixtures/reset_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- PostgreSQL database dump
--

-- Dumped from database version 15.8 (Debian 15.8-1.pgdg120+1)
-- Dumped from database version 15.9 (Debian 15.9-1.pgdg120+1)
-- Dumped by pg_dump version 15.8 (Debian 15.8-1.pgdg120+1)

SET statement_timeout = 0;
Expand Down

0 comments on commit 08bb5a4

Please sign in to comment.