From 3fe2491b737375e7c616c47366d5ab6f1c4fb851 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 8 Nov 2018 15:53:48 -0800 Subject: didn't need xchan_portable_id --- install/schema_mysql.sql | 2 -- 1 file changed, 2 deletions(-) (limited to 'install/schema_mysql.sql') diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql index 8ece64ae2..fb8cd63f7 100644 --- a/install/schema_mysql.sql +++ b/install/schema_mysql.sql @@ -1301,7 +1301,6 @@ CREATE TABLE IF NOT EXISTS `vote` ( CREATE TABLE IF NOT EXISTS `xchan` ( `xchan_hash` char(191) NOT NULL, - `xchan_portable_id` char(191) NOT NULL DEFAULT '',, `xchan_guid` char(191) NOT NULL DEFAULT '', `xchan_guid_sig` text NOT NULL, `xchan_pubkey` text NOT NULL, @@ -1328,7 +1327,6 @@ CREATE TABLE IF NOT EXISTS `xchan` ( `xchan_pubforum` tinyint(1) NOT NULL DEFAULT 0 , `xchan_deleted` tinyint(1) NOT NULL DEFAULT 0 , PRIMARY KEY (`xchan_hash`), - KEY `xchan_portable_id` (`xchan_portable_id`), KEY `xchan_guid` (`xchan_guid`), KEY `xchan_addr` (`xchan_addr`), KEY `xchan_name` (`xchan_name`), -- cgit v1.2.3