db schema change to add tags to content sources

This commit is contained in:
redmatrix
2016-05-01 21:00:02 -07:00
parent 5e458491f1
commit bd2f11ed8b
4 changed files with 14 additions and 3 deletions

View File

@@ -1181,6 +1181,7 @@ CREATE TABLE IF NOT EXISTS `source` (
`src_channel_xchan` char(255) NOT NULL DEFAULT '',
`src_xchan` char(255) NOT NULL DEFAULT '',
`src_patt` mediumtext NOT NULL,
`src_tag` mediumtext NOT NULL,
PRIMARY KEY (`src_id`),
KEY `src_channel_id` (`src_channel_id`),
KEY `src_channel_xchan` (`src_channel_xchan`),