We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0c9c3e + 32893a5 commit e7afeb1Copy full SHA for e7afeb1
models.py
@@ -44,6 +44,7 @@ class DmpIssue(db.Model):
44
title = db.Column(db.String, nullable=False)
45
org_id = db.Column(db.Integer, db.ForeignKey('dmp_orgs.id'), nullable=False)
46
description = db.Column(db.Text, nullable=True)
47
+ repo_owner = db.Column(db.Text, nullable=True)
48
repo = db.Column(db.String, nullable=True)
49
50
0 commit comments