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