fix: manually fix coderd/database/dump.sql and make style/gen check run more reliably (#1607)

This commit is contained in:
David Wahler
2022-05-19 17:37:22 -05:00
committed by GitHub
parent 6dae48a1a8
commit 0c4a65b113
3 changed files with 3 additions and 2 deletions

View File

@ -483,3 +483,4 @@ ALTER TABLE ONLY workspaces
ALTER TABLE ONLY workspaces
ADD CONSTRAINT workspaces_template_id_fkey FOREIGN KEY (template_id) REFERENCES templates(id) ON DELETE RESTRICT;