Skip to content

Commit

Permalink
rename parameter_file
Browse files Browse the repository at this point in the history
  • Loading branch information
maximemulder committed Nov 13, 2024
1 parent db7b522 commit 66fccd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from lib.db.base import Base


class DbFileParameter(Base):
class DbParameterFile(Base):
__tablename__ = 'parameter_file'

id : Mapped[int] = mapped_column('ParameterFileID', primary_key=True)
Expand Down

0 comments on commit 66fccd0

Please sign in to comment.