Skip to content

Commit

Permalink
Merge pull request #205 from fstagni/tq_fix
Browse files Browse the repository at this point in the history
fix: follow DIRAC/pull/7408
  • Loading branch information
chrisburr authored Jan 27, 2024
2 parents c33c98f + b5a3a24 commit 025717c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion diracx-db/src/diracx/db/sql/jobs/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ class TaskQueues(TaskQueueDBBase):
__tablename__ = "tq_TaskQueues"
TQId = Column(Integer, primary_key=True)
Owner = Column(String(255), nullable=False)
OwnerDN = Column(String(255))
OwnerGroup = Column(String(32), nullable=False)
VO = Column(String(32), nullable=False)
CPUTime = Column(BigInteger, nullable=False)
Expand Down

0 comments on commit 025717c

Please sign in to comment.