mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-14 07:39:03 +00:00
Move bencoded info dicts from mysql torrent_info table to info_dict directory. DB change!
IMPORTANT!!! Make sure to run utils/infodict_mysql2file.py before upgrading the database.
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -14,16 +14,15 @@ __pycache__
|
||||
|
||||
# Databases
|
||||
*.sql
|
||||
test.db
|
||||
/test.db
|
||||
|
||||
# Webserver
|
||||
uwsgi.sock
|
||||
/uwsgi.sock
|
||||
|
||||
# Application
|
||||
install/*
|
||||
config.py
|
||||
/install/*
|
||||
/config.py
|
||||
/test_torrent_batch
|
||||
torrents
|
||||
|
||||
# Other
|
||||
*.swp
|
||||
|
||||
Reference in New Issue
Block a user