mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for comments
This commit is contained in:
parent
310094ae60
commit
215c755553
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ class SBoTable(Base):
|
|||
|
||||
@dataclass
|
||||
class PonceTable(Base):
|
||||
""" The main table for the SBo repository. """
|
||||
""" The main table for the ponce repository. """
|
||||
|
||||
__tablename__ = 'poncetable'
|
||||
|
||||
|
@ -59,7 +59,7 @@ class PonceTable(Base):
|
|||
|
||||
@dataclass
|
||||
class BinariesTable(Base):
|
||||
""" The main table for the SBo repository. """
|
||||
""" The main table for the binary repositories. """
|
||||
|
||||
__tablename__ = 'binariestable'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue