Skip to content

Commit 3408e84

Browse files
author
stephanie
committed
saving
1 parent 67480ad commit 3408e84

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

odm2api/ODM2/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ def __repr__(self):
228228

229229
class Actions(Base):
230230

231-
232231
ActionID = Column('actionid', Integer, primary_key=True, nullable=False)
233232
ActionTypeCV = Column('actiontypecv', ForeignKey(CVActionType.Name), nullable=False, index=True)
234233
MethodID = Column('methodid', ForeignKey(Methods.MethodID), nullable=False)

0 commit comments

Comments
 (0)