aboutsummaryrefslogtreecommitdiffstats
path: root/install/database.sql
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-17 21:38:37 -0700
committerfriendica <info@friendica.com>2013-07-17 21:38:37 -0700
commitfc265a8e3a1c6b2f5098b6e9b8243492b706222f (patch)
treed828248191dc9a7e28942cb0e0f296abe4e2abc3 /install/database.sql
parent15a614e1583db8ea5fab8f51172ed23f666ac235 (diff)
downloadvolse-hubzilla-fc265a8e3a1c6b2f5098b6e9b8243492b706222f.tar.gz
volse-hubzilla-fc265a8e3a1c6b2f5098b6e9b8243492b706222f.tar.bz2
volse-hubzilla-fc265a8e3a1c6b2f5098b6e9b8243492b706222f.zip
block duplicate channels
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 2a31ce0cf..acafabde8 100644
--- a/install/database.sql
+++ b/install/database.sql
@@ -182,6 +182,7 @@ CREATE TABLE IF NOT EXISTS `channel` (
`channel_r_pages` int(10) unsigned NOT NULL DEFAULT '128',
`channel_w_pages` int(10) unsigned NOT NULL DEFAULT '128',
PRIMARY KEY (`channel_id`),
+ UNIQUE KEY `channel_address_unique` (`channel_address`),
KEY `channel_account_id` (`channel_account_id`),
KEY `channel_primary` (`channel_primary`),
KEY `channel_name` (`channel_name`),