aboutsummaryrefslogtreecommitdiffstats
path: root/install/database.sql
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-22 19:19:04 -0700
committerfriendica <info@friendica.com>2014-05-22 19:19:04 -0700
commitbcac633085d9383ad32f3608f07f83df31cc7635 (patch)
tree723f257ff66d432c892cb92455ca4e872d12e222 /install/database.sql
parentceb64bdb24259cc5e4491fc185fdec348feca95c (diff)
downloadvolse-hubzilla-bcac633085d9383ad32f3608f07f83df31cc7635.tar.gz
volse-hubzilla-bcac633085d9383ad32f3608f07f83df31cc7635.tar.bz2
volse-hubzilla-bcac633085d9383ad32f3608f07f83df31cc7635.zip
implement 'requires' on personal apps
Diffstat (limited to 'install/database.sql')
-rw-r--r--install/database.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/database.sql b/install/database.sql
index d03cebd4b..82c96019e 100644
--- a/install/database.sql
+++ b/install/database.sql
@@ -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`),