Merge pull request #14471 from ywk253100/210317_index_name

Update the index name
This commit is contained in:
Wenkai Yin(尹文开) 2021-03-17 14:37:20 +08:00 committed by GitHub
commit 1d74a5b308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
/*fixes #14358*/
UPDATE execution SET status='Success' WHERE status='Succeed';
CREATE INDEX IF NOT EXISTS execution_id_idx ON task (execution_id);
CREATE INDEX IF NOT EXISTS task_execution_id_idx ON task (execution_id);