mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
aceedefce3
* chore: Refactor template sql queries to use new view * TemplateWithUser -> Template * Add unit test to enforce good view
7 lines
73 B
PL/PgSQL
7 lines
73 B
PL/PgSQL
BEGIN;
|
|
|
|
DROP VIEW template_with_users;
|
|
DROP VIEW visible_users;
|
|
|
|
COMMIT;
|