8 lines
83 B
MySQL
8 lines
83 B
MySQL
|
-- Revert numerus:user from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists auth."user";
|
||
|
|
||
|
commit;
|