8 lines
113 B
MySQL
8 lines
113 B
MySQL
|
-- Revert camper:company_user_profile from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop view if exists camper.company_user_profile;
|
||
|
|
||
|
commit;
|