typo fix
This commit is contained in:
@@ -12,7 +12,7 @@ Connection = Table('topic_connections',
|
|||||||
)
|
)
|
||||||
|
|
||||||
class TopicSubscription(Base):
|
class TopicSubscription(Base):
|
||||||
__tablename__ = "topic_subscrptions"
|
__tablename__ = "topic_subscription"
|
||||||
|
|
||||||
id = None
|
id = None
|
||||||
topic = Column(ForeignKey('topic.slug'), primary_key = True)
|
topic = Column(ForeignKey('topic.slug'), primary_key = True)
|
||||||
|
|||||||
Reference in New Issue
Block a user