Skip to content

Commit

Permalink
Remove spurious commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Dec 16, 2014
1 parent 5578c42 commit 13b46c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/model/__init__.py
Expand Up @@ -234,7 +234,6 @@ def rebuild_db(self):
if self.tables_created_and_initialised:
# just delete data, leaving tables - this is faster
self.delete_all()
self.session.commit()
else:
# delete tables and data
self.clean_db()
Expand Down

0 comments on commit 13b46c6

Please sign in to comment.