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