Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
toph-allen committed Jul 27, 2020
1 parent e6c4090 commit cc89ded
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 33 deletions.
10 changes: 0 additions & 10 deletions demo.sql

This file was deleted.

22 changes: 0 additions & 22 deletions init-db.sql

This file was deleted.

1 change: 1 addition & 0 deletions mcgj/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def init_db():
def init_db_command():
"""DESTROY existing data and create a new table."""
init_db()
click.echo(current_app.config["DATABASE"])
click.echo("Initialized the database.")


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from setuptools import setup

setup()
setup()

0 comments on commit cc89ded

Please sign in to comment.