Skip to content

Commit

Permalink
Modify and upgrade SQL file version number (#3811)
Browse files Browse the repository at this point in the history
Signed-off-by: Zzm0809 <[email protected]>
  • Loading branch information
Zzm0809 committed Sep 18, 2024
1 parent 4acca23 commit 19ffae8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,3 @@ SET
FROM dinky_resources r
WHERE
duml.resources_id = r.id;

-- todo dashboard还未迁移
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ CREATE OR REPLACE TRIGGER update_dinky_dashboard_update_time
BEFORE UPDATE
ON public.dinky_dashboard
FOR EACH ROW
EXECUTE FUNCTION trigger_set_timestamp();
EXECUTE FUNCTION trigger_set_timestamp();

SELECT add_column_if_not_exists('public','dinky_metrics', 'vertices_title', 'text', 'null', 'vertices title');

0 comments on commit 19ffae8

Please sign in to comment.