File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ defmodule OptimalEngine.Connectors.Runner do
186186 # no operator could diagnose.
187187 case transaction ( fn ->
188188 advance_cursor ( row . id , next_cursor )
189+
189190 complete_run_row (
190191 run_id ,
191192 :success ,
Original file line number Diff line number Diff line change @@ -2349,7 +2349,8 @@ defmodule OptimalEngine.Store.Migrations do
23492349 { "assets.access_policy_id" , "ALTER TABLE assets ADD COLUMN access_policy_id TEXT" } ,
23502350 { "assets.security_labels" ,
23512351 "ALTER TABLE assets ADD COLUMN security_labels TEXT NOT NULL DEFAULT '[]'" } ,
2352- { "assets.partition_ids" , "ALTER TABLE assets ADD COLUMN partition_ids TEXT NOT NULL DEFAULT '[]'" } ,
2352+ { "assets.partition_ids" ,
2353+ "ALTER TABLE assets ADD COLUMN partition_ids TEXT NOT NULL DEFAULT '[]'" } ,
23532354 { "assets.metadata" , "ALTER TABLE assets ADD COLUMN metadata TEXT NOT NULL DEFAULT '{}'" } ,
23542355 { "idx_assets_workspace_hash" ,
23552356 "CREATE INDEX IF NOT EXISTS idx_assets_workspace_hash ON assets(workspace_id, content_hash)" } ,
You can’t perform that action at this time.
0 commit comments