8 lines
90 B
MySQL
8 lines
90 B
MySQL
|
-- Revert camper:language from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists public.language;
|
||
|
|
||
|
commit;
|