typo fix
This commit is contained in:
parent
b4cb83b313
commit
c353e8d650
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user