mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
de1a7a9210
* 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;
|