Home
last modified time | relevance | path

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

/dports/www/mattermost-server/mattermost-server-6.0.2/scripts/
H A Dmattermost-mysql-5.0.sql194 KEY `idx_command_webhook_create_at` (`CreateAt`)
H A Dmattermost-mysql-6.0.sql162 KEY `idx_command_webhook_create_at` (`CreateAt`)
H A Dmattermost-postgresql-5.0.sql1332 CREATE INDEX idx_command_webhook_create_at ON public.commandwebhooks USING btree (createat); index
H A Dmattermost-postgresql-6.0.sql1720 CREATE INDEX idx_command_webhook_create_at ON public.commandwebhooks USING btree (createat); index