Skip to content

Commit

Permalink
Fixing syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardKaravakis committed May 26, 2024
1 parent 1bd92ad commit 349f112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/postgres/sqls/pg_PANDA_TABLE.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ CREATE TABLE jobsactive4 (
gco2_regional decimal(10,2),
gco2_global decimal(10,2),
cpu_architecture_level varchar(20),
outputfiletype varchar(32),
outputfiletype varchar(32)
) ;
COMMENT ON TABLE jobsactive4 IS E'Table for hosting all PanDA jobs that are in active running mode. All timestamp and date type columns are in UTC';
COMMENT ON COLUMN jobsactive4.assignedpriority IS E'defined priority value';
Expand Down

0 comments on commit 349f112

Please sign in to comment.