You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/internal/db/migrations/postgres/66_wh_session_dimensions.do...

7 lines
81 B

begin;
drop function wh_upsert_user;
drop function wh_upsert_host;
commit;