Schema Changes: 3.2.6
Upgrade: 3.2.5 → 3.2.6
This release applied 1 migration(s) to the database schema.
| ID | Type | Description |
|---|---|---|
schema |
ate outputs indexes |
Migration Details
1161 — ate outputs indexes
Type: schema
View SQL
-- No transaction needed. This can be run on a live, production server.
CREATE INDEX CONCURRENTLY atev_template_output ON action_trigger.event (template_output);
CREATE INDEX CONCURRENTLY atev_async_output ON action_trigger.event (async_output);
CREATE INDEX CONCURRENTLY atev_error_output ON action_trigger.event (error_output);