camper/revert/available_currencies.sql

8 lines
94 B
MySQL
Raw Normal View History

-- Revert numerus:available_currencies from pg
begin;
delete from camper.currency;
commit;