diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..98e6ef6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.db diff --git a/pits.py b/pits.py index a0a1a40..4ab739c 100644 --- a/pits.py +++ b/pits.py @@ -142,7 +142,7 @@ def read_last_action(): return last_action db_filename = 'pits.db' -schema_filename = 'pit_schema.sql' +schema_filename = 'pits_schema.sql' # TODO Use init command like original pit # TODO Need to add an action - log init diff --git a/pit_schema.sql b/pits_schema.sql similarity index 100% rename from pit_schema.sql rename to pits_schema.sql