Skip to content

Commit

Permalink
Removed migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank-treebo committed Dec 14, 2017
1 parent ea9d345 commit a8f4807
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
2 changes: 1 addition & 1 deletion health_check/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Used by setup.py, so minimize top-level imports.

VERSION = (2, 5, 0)
VERSION = (2, 5, 1)

__version__ = ".".join(str(i) for i in VERSION)
30 changes: 0 additions & 30 deletions health_check/db/migrations/0001_initial.py

This file was deleted.

9 changes: 0 additions & 9 deletions health_check/db/models.py

This file was deleted.

0 comments on commit a8f4807

Please sign in to comment.