Commit 20afff5
committed
fix: correct schema for platform_function_graphs table references
INSERT/UPDATE on platform_function_graphs were pointing to
constructive_platform_function_graph_public but the table lives
in constructive_compute_public.1 parent a19500f commit 20afff5
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- pgpm/constructive-compute/deploy/schemas/constructive_compute_public/procedures
- platform_create_function_graph
- platform_save_graph
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments