tipus/revert/user_profile.sql

10 lines
214 B
MySQL
Raw Normal View History

-- Revert tipus:user_profile from pg
begin;
drop trigger if exists update_user_profile on tipus.user_profile;
drop function if exists tipus.update_user_profile();
drop view if exists tipus.user_profile;
commit;