Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ungreat committed Jan 12, 2024
1 parent 8116511 commit 7d91e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ alter table `flow_instance_node_task` add index `flow_instance_node_task_flow_in

alter table `flow_instance` add index `flow_instance_parent_oid_ct_id`(`organization_id`,`create_time`,`id`);

CREATE VIEW `list_flow_instance_view2` AS
CREATE VIEW `list_flow_instance_view` AS
select
`odc_metadb3`.`flow_instance`.`id` AS `id`,
`odc_metadb3`.`flow_instance`.`create_time` AS `create_time`,
Expand Down

0 comments on commit 7d91e7e

Please sign in to comment.