Skip to content

Commit

Permalink
Added empty migration
Browse files Browse the repository at this point in the history
  • Loading branch information
gmork2 committed Feb 16, 2021
1 parent 06f3405 commit 211b477
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions soap_connector/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
]

operations = [
]
Empty file.

0 comments on commit 211b477

Please sign in to comment.