Skip to content

Commit

Permalink
Feat: Update delete_workspace function (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo authored Jan 23, 2025
1 parent 01b4583 commit 0977d1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions apps/internal/migrations/0003_auto_generated_sql.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Generated by Django
from django.db import migrations
from apps.internal.helpers import safe_run_sql
sql_files = [
'fyle-integrations-db-migrations/intacct/functions/delete_workspace.sql'
]
class Migration(migrations.Migration):
dependencies = [('internal', '0002_auto_generated_sql')]
operations = safe_run_sql(sql_files)

0 comments on commit 0977d1e

Please sign in to comment.