ESCL / pjtracker

Project Tracker system
http://pjtracker.com
0 stars 0 forks source link

Fix command reset_and_bootstrap_db #18

Closed kako-nawao closed 8 years ago

kako-nawao commented 8 years ago

This command fails if the database file (SQLite) does not exist. Now, technically that's correct since you can't reset something that isn't there, but since the command is in fact removing the file there's no difference in operation. It doesn't need to remove the file, great! Less work!

kako-nawao commented 8 years ago

Ok, I guess I need to remove the word "issue" from the commit message to allow auto-resolution.