6 lines
97 B
MySQL
6 lines
97 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
|
||
|
drop table pwd;
|
||
|
drop table users;
|
||
|
|
||
|
drop type Role;
|