2 lines
74 B
SQL
2 lines
74 B
SQL
drop table if exists invites;
|
|
drop table if exists users; -- must be last
|
drop table if exists invites;
|
|
drop table if exists users; -- must be last
|