8 lines
99 B
MySQL
8 lines
99 B
MySQL
|
-- Revert numerus:user_profile from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop view if exists numerus.user_profile;
|
||
|
|
||
|
commit;
|