Home
last modified time | relevance | path

Searched refs:idx_outgoing_webhook_team_id (Results 1 – 4 of 4) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/scripts/
H A Dmattermost-mysql-5.0.sql565 KEY `idx_outgoing_webhook_team_id` (`TeamId`),
H A Dmattermost-mysql-6.0.sql502 KEY `idx_outgoing_webhook_team_id` (`TeamId`),
H A Dmattermost-postgresql-5.0.sql1486 CREATE INDEX idx_outgoing_webhook_team_id ON public.outgoingwebhooks USING btree (teamid); index
H A Dmattermost-postgresql-6.0.sql1937 CREATE INDEX idx_outgoing_webhook_team_id ON public.outgoingwebhooks USING btree (teamid); index