Skip to content

Commit 8f707cb

Browse files
fix: drop column from correct table
1 parent 929e437 commit 8f707cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DROP TABLE IF EXISTS workspace_agent_script_timings;
22

3-
ALTER TABLE workspace_apps DROP COLUMN display_name;
3+
ALTER TABLE workspace_agent_scripts DROP COLUMN display_name;

0 commit comments

Comments
 (0)