Skip to content

Commit

Permalink
AMP-30891/Filter indicators by program
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbrix committed Jul 11, 2024
1 parent 11687b6 commit a4f17a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
insert into amp_global_settings(id,settingsName,settingsValue,possibleValues,description, section)
values (nextval('amp_global_settings_seq'), 'Filter indicators by program','true','t_Boolean','Filter indicators by program', 'Programs');


CREATE OR REPLACE VIEW v_g_settings_indicator_programs AS
SELECT amp_program_settings_id AS id, name AS value FROM amp_program_settings;

Expand Down

0 comments on commit a4f17a7

Please sign in to comment.