mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
* 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;
|