[V1.0] Working application, added notifications.
Ready to upload to store.
This commit is contained in:
@@ -14,6 +14,4 @@ class Todo(Base):
|
||||
complete = Column(Boolean, default=False)
|
||||
owner_id = Column(Integer, ForeignKey("users.id"))
|
||||
|
||||
owner = relationship(
|
||||
"User"
|
||||
)
|
||||
owner = relationship("User")
|
||||
|
||||
Reference in New Issue
Block a user