Skip to content

Commit 972c92c

Browse files
committed
update intacct delete workspace func
1 parent a631d17 commit 972c92c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Generated by Django
2+
from django.db import migrations
3+
from apps.internal.helpers import safe_run_sql
4+
sql_files = [
5+
'fyle-integrations-db-migrations/intacct/functions/delete_workspace.sql'
6+
]
7+
class Migration(migrations.Migration):
8+
dependencies = [('internal', '0028_auto_generated_sql')]
9+
operations = safe_run_sql(sql_files)

0 commit comments

Comments
 (0)