implement 'requires' on personal apps

This commit is contained in:
friendica
2014-05-22 19:19:04 -07:00
parent ceb64bdb24
commit bcac633085
4 changed files with 53 additions and 8 deletions

View File

@@ -97,6 +97,7 @@ CREATE TABLE IF NOT EXISTS `app` (
`app_addr` char(255) NOT NULL DEFAULT '',
`app_price` char(255) NOT NULL DEFAULT '',
`app_page` char(255) NOT NULL DEFAULT '',
`app_requires` char(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `app_id` (`app_id`),
KEY `app_name` (`app_name`),