Skip to content

Commit

Permalink
Feat: Resolved migration issue (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo authored Jan 27, 2025
1 parent 0977d1e commit af0fe02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/internal/migrations/0001_auto_generated_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,12 @@
'fyle-integrations-db-migrations/intacct/triggers/update_logs.sql',
]
class Migration(migrations.Migration):
dependencies = [] # This is the first migration
dependencies = [
('fyle', '0036_auto_20250108_0702'),
('users', '0002_auto_20201228_0802'),
('mappings', '0016_auto_20250108_0702'),
('tasks', '0010_alter_tasklog_expense_group'),
('workspaces','0041_auto_20250108_0702'),
('sage_intacct', '0030_auto_20241112_0425'),
] # This is the first migration
operations = safe_run_sql(sql_files)
1 change: 1 addition & 0 deletions apps/tasks/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Migration(migrations.Migration):

dependencies = [
('sage_intacct', '0001_initial'),
('sage_intacct', '0002_charge_card_transactions'),
('workspaces', '0001_initial'),
('fyle', '0001_initial'),
]
Expand Down

0 comments on commit af0fe02

Please sign in to comment.