Skip to content

Commit 9a6f11c

Browse files
committed
Fix sql error
1 parent 1a845e1 commit 9a6f11c

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,4 +1,4 @@
11
ALTER TABLE cluster.clusterJobs ADD clusterAccount nvarchar(1000);
2-
ALTER TABLE cluster.clusterJobs ADD duration double;
2+
ALTER TABLE cluster.clusterJobs ADD duration double precision;
33
ALTER TABLE cluster.clusterJobs ADD cpuUsed int;
44
ALTER TABLE cluster.clusterJobs ADD gpuUsed int;

0 commit comments

Comments
 (0)