Browse Source
Removed duplicate keys that were causing MySQL to throw warnings. These keys were exactly the same as the primary key and were superfluous. Also edited the grammer in the sql/readme.txt modified: sql/Aauth_v2.sql modified: sql/readme.txtdevelop
2 changed files with 6 additions and 9 deletions
@ -1,8 +1,8 @@ |
|||||||
Aauth V2 Database |
Aauth V2 Database |
||||||
----------------- |
----------------- |
||||||
|
|
||||||
- First you must create a database. |
- First open your database (or create one if you have not already done so) |
||||||
- Execute sql "Aauth.sql" file in your database |
- Execute sql "Aauth_v2.sql" file in your database |
||||||
- Don't forget to change database connection setups from application/config/database.php |
- If you have not already, don't forget to change database connection settings in application/config/database.php |
||||||
|
|
||||||
That's All :) |
That's All :) |
||||||
|
Loading…
Reference in new issue