mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
9 lines
143 B
SQL
9 lines
143 B
SQL
DROP TABLE licenses;
|
|
DROP TABLE api_keys;
|
|
DROP TABLE organization_members;
|
|
DROP TABLE organizations;
|
|
DROP TABLE users;
|
|
|
|
DROP TYPE login_type;
|
|
|