Skip to content

Commit

Permalink
Feat: Update inactive_workspaces_view (#704)
Browse files Browse the repository at this point in the history
* Feat: Update inactive_workspaces_view

* added migration file
  • Loading branch information
Ashutosh619-sudo committed Jan 29, 2025
1 parent 1d2c488 commit 18f58c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions apps/internal/migrations/0003_auto_generated_sql.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django
from django.db import migrations
from apps.internal.helpers import safe_run_sql

sql_files = [
'fyle-integrations-db-migrations/common/qbo_intacct_netsuite_xero/views/alerts/inactive_workspaces_view.sql'
]


class Migration(migrations.Migration):
dependencies = [('internal', '0002_auto_generated_sql')]
operations = safe_run_sql(sql_files)

0 comments on commit 18f58c9

Please sign in to comment.