backend infrastructure for 'channel protection password'; which will be used to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
This commit is contained in:
@@ -265,6 +265,8 @@ CREATE TABLE IF NOT EXISTS `channel` (
|
||||
`channel_removed` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`channel_system` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`channel_moved` char(255) NOT NULL DEFAULT '',
|
||||
`channel_password` varchar(255) NOT NULL,
|
||||
`channel_salt` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`channel_id`),
|
||||
UNIQUE KEY `channel_address_unique` (`channel_address`),
|
||||
KEY `channel_account_id` (`channel_account_id`),
|
||||
|
Reference in New Issue
Block a user