Skip to content

Commit 8e7c757

Browse files
fix: remove space in sql up
1 parent 08a466a commit 8e7c757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/000257_workspace_agent_script_timings.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ALTER TABLE workspace_agent_scripts ADD COLUMN id uuid UNIQUE NOT NULL DEFAULT gen_random_uuid();
1+
ALTER TABLE workspace_agent_scripts ADD COLUMN id uuid UNIQUE NOT NULL DEFAULT gen_random_uuid();
22

33
CREATE TYPE workspace_agent_script_timing_stage AS ENUM (
44
'start',

0 commit comments

Comments
 (0)