mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
* 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;
|