Skip to content

Commit

Permalink
remove duplicate color line
Browse files Browse the repository at this point in the history
  • Loading branch information
alf-cactus committed Nov 20, 2024
1 parent c417c60 commit a7f3ccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/database/files/upgrade/8.5.2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ insert into stm_color (color_name, color_rgb) VALUES ('crete blue', '485cd4') ON
insert into stm_color (color_name, color_rgb) VALUES ('state blue', 'a186ed') ON CONFLICT DO NOTHING;
insert into stm_color (color_name, color_rgb) VALUES ('olive', '617d28') ON CONFLICT DO NOTHING;
insert into stm_color (color_name, color_rgb) VALUES ('dark gold', 'cdad00') ON CONFLICT DO NOTHING;
insert into stm_color (color_name, color_rgb) VALUES ('dark gold', 'cdad00') ON CONFLICT DO NOTHING;

0 comments on commit a7f3ccc

Please sign in to comment.