move schema to sqlfile, create on init.
This commit is contained in:
parent
978854fc72
commit
7097d01f9e
4 changed files with 35 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -13,9 +13,12 @@ __pycache__
|
|||
.pytest_cache
|
||||
htmlcov
|
||||
Pipfile.lock
|
||||
|
||||
*.swo
|
||||
*.swp
|
||||
*.pyo
|
||||
*.pyc
|
||||
*.env
|
||||
venv
|
||||
|
||||
database.sqlite3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue