Rename schema file + ignore db
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.db
|
||||||
2
pits.py
2
pits.py
@@ -142,7 +142,7 @@ def read_last_action():
|
|||||||
return last_action
|
return last_action
|
||||||
|
|
||||||
db_filename = 'pits.db'
|
db_filename = 'pits.db'
|
||||||
schema_filename = 'pit_schema.sql'
|
schema_filename = 'pits_schema.sql'
|
||||||
|
|
||||||
# TODO Use init command like original pit
|
# TODO Use init command like original pit
|
||||||
# TODO Need to add an action - log init
|
# TODO Need to add an action - log init
|
||||||
|
|||||||
Reference in New Issue
Block a user