Get the gitref from rida.py to ridad.py.

This commit is contained in:
Ralph Bean
2016-07-17 00:10:23 -04:00
parent 4cc3e1271a
commit 7d77463124
2 changed files with 7 additions and 1 deletions

View File

@@ -226,6 +226,7 @@ class ComponentBuild(Base):
__tablename__ = "component_builds"
id = Column(Integer, primary_key=True)
package = Column(String, nullable=False)
gitref = Column(String, nullable=False)
# XXX: Consider making this a proper ENUM
format = Column(String, nullable=False)
build_id = Column(Integer) # This is the id of the build in koji