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:
friendica
2015-03-15 15:36:01 -07:00
parent cc2c7bbcd8
commit 6537a65053
4 changed files with 6 additions and 6 deletions

View File

@@ -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;
-- --------------------------------------------------------