Files
gamenight/gamenight-database/migrations/2022-04-17-175115_user-system/down.sql

6 lines
98 B
SQL

-- This file should undo anything in `up.sql`
drop table pwd;
drop table client;
drop type Role;