8 lines
94 B
MySQL
8 lines
94 B
MySQL
|
-- Revert numerus:available_currencies from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
delete from camper.currency;
|
||
|
|
||
|
commit;
|