mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix: manually fix coderd/database/dump.sql and make style/gen check run more reliably (#1607)
This commit is contained in:
1
coderd/database/dump.sql
generated
1
coderd/database/dump.sql
generated
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user