mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
* include minimial user on template version and build * Add unit test to ensure join is superset
7 lines
92 B
PL/PgSQL
7 lines
92 B
PL/PgSQL
BEGIN;
|
|
|
|
DROP VIEW workspace_build_with_user;
|
|
DROP VIEW template_version_with_user;
|
|
|
|
COMMIT;
|