Skip to content

Commit

Permalink
django: merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvapendse committed Nov 29, 2024
1 parent d369ffc commit 355ab1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions website/migrations/0160_merge_20241129_0712.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 5.1.3 on 2024-11-29 07:12

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("website", "0157_timelog_organization_alter_company_url"),
("website", "0159_merge_20241128_0439"),
]

operations = []

0 comments on commit 355ab1e

Please sign in to comment.