mirror of https://github.com/artifacthub/hub.git
11 lines
475 B
SQL
11 lines
475 B
SQL
drop function if exists get_packages_starred_by_user(uuid);
|
|
drop function if exists get_user_organizations(uuid);
|
|
drop function if exists get_organization_members(uuid, text);
|
|
drop function if exists get_user_subscriptions(uuid);
|
|
drop function if exists get_user_opt_out_entries(uuid);
|
|
drop function if exists get_user_webhooks(uuid);
|
|
drop function if exists get_org_webhooks(uuid, text);
|
|
drop function if exists get_user_api_keys(uuid);
|
|
|
|
---- create above / drop below ----
|