We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04788cb commit 32893a5Copy full SHA for 32893a5
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