Skip to content

Commit 0acbe19

Browse files
committed
update purge repository script - correct syntax error with fn removal
1 parent 04f7a80 commit 0acbe19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/database/purgerepository.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ END; $$;
7878

7979
SELECT hds_purge_repository('somerepocode');
8080
-- ^^ example repository code
81-
DROP FUNCTION hds_purge_repository;
81+
DROP FUNCTION hds_purge_repository(void);

0 commit comments

Comments
 (0)