Rename Image.image_id to Image.docker_image_id to reduce confusion.

This commit is contained in:
yackob03 2013-10-01 14:14:39 -04:00
parent 4746f9c324
commit 96896b9067
7 changed files with 33 additions and 20 deletions

4
initdb.py Normal file
View file

@ -0,0 +1,4 @@
from data.database import initialize_db
if __name__ == '__main__':
initialize_db()