8 lines
93 B
MySQL
8 lines
93 B
MySQL
|
-- Revert numerus:tag_name from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop domain if exists numerus.tag_name;
|
||
|
|
||
|
commit;
|