8 lines
82 B
MySQL
8 lines
82 B
MySQL
|
-- Revert numerus:tag from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists numerus.tag;
|
||
|
|
||
|
commit;
|