We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cb992 commit 07fa018Copy full SHA for 07fa018
qiita_db/support_files/patches/92.sql
@@ -10,8 +10,8 @@ CREATE TABLE qiita.slurm_resource_allocations (
10
extra_info varchar DEFAULT NULL,
11
memory_used bigint,
12
walltime_used integer,
13
- start_stamp TIMESTAMP,
14
- node_name varchar DEFAULT NULL,
+ job_start TIMESTAMP,
+ node_name varchar DEFAULT NULL,
15
node_model varchar DEFAULT NULL,
16
CONSTRAINT pk_slurm_resource_allocations_processing_job_id PRIMARY KEY (
17
processing_job_id )
0 commit comments