mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
b4afbe7720
* feat: Implement basic moon crud * chore: Implement enterprise endpoints for moons
5 lines
46 B
PL/PgSQL
5 lines
46 B
PL/PgSQL
BEGIN;
|
|
DROP TABLE workspace_proxies;
|
|
|
|
COMMIT;
|