Skip to content

Commit 32893a5

Browse files
committed
added repo_owner to dmp_issues
1 parent 04788cb commit 32893a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class DmpIssue(db.Model):
4444
title = db.Column(db.String, nullable=False)
4545
org_id = db.Column(db.Integer, db.ForeignKey('dmp_orgs.id'), nullable=False)
4646
description = db.Column(db.Text, nullable=True)
47+
repo_owner = db.Column(db.Text, nullable=True)
4748
repo = db.Column(db.String, nullable=True)
4849

4950

0 commit comments

Comments
 (0)