Skip to content

Commit a570fa4

Browse files
committed
Fix sql type
1 parent 826a3dd commit a570fa4

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 varchar(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)