mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Updated the readme
This commit is contained in:
@@ -18,6 +18,8 @@ I started adapting some of more interesting scripts from nZEDb, but they require
|
||||
git checkout -t origin/your_wanted_branch, ie. git checkout -t origin/master
|
||||
|
||||
Schema for first database update is located in resources/db/schema/ folder. Import it to your database.
|
||||
There is another file in that folder nntmux_fi_schema.sql, use that if you don't have any releases and users on your site, AKA, completely fresh install of newznab+.
|
||||
BE WARNED: If you import this schema it WILL NUKE YOUR DATABASE.
|
||||
If you are updating from latest newznab svn (aka tvmaze version), you need to rename back tvinfoID columns into rageid
|
||||
(located in releases and userseries tables, maybe some more), before you import the schema.sql.
|
||||
After that you update your database by running update_db.php from cli folder (ie. php cli/update_db.php true)
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
<precommit>9</precommit>
|
||||
<!-- this is the version of the pre-commit file in githooks NOT the files it calls -->
|
||||
</hooks>
|
||||
<commit>4457</commit></git>
|
||||
<commit>4458</commit></git>
|
||||
</versions>
|
||||
</newznab>
|
||||
|
||||
Reference in New Issue
Block a user