mysql schema typo, do the install check for store before chcking smarty, as that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql
This commit is contained in:
@@ -34,7 +34,7 @@ CREATE TABLE IF NOT EXISTS `abook` (
|
||||
KEY `abook_dob` (`abook_dob`),
|
||||
KEY `abook_connected` (`abook_connected`),
|
||||
KEY `abook_rating` (`abook_rating`),
|
||||
KEY `abook_channel_closeness` (`book_channel`,`abook_closeness`)
|
||||
KEY `abook_channel_closeness` (`abook_channel`,`abook_closeness`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user