Updated the readme

This commit is contained in:
DariusIII
2015-11-24 14:37:13 +01:00
parent 9c204b011b
commit a807c25c80
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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)
+1 -1
View File
@@ -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>