remove typo in sql def

This commit is contained in:
John Krauss 2016-04-20 16:15:39 -04:00
parent 83119d0720
commit d016c4b4bd

View File

@ -3,7 +3,7 @@
-- TODO allow the user to specify the boundary to search for measures
--
CREATE OR REPLACE FUNCTION cdb_observatory.OBS_Search_STU(
CREATE OR REPLACE FUNCTION cdb_observatory.OBS_Search(
search_term text,
relevant_boundary text DEFAULT null
)