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