접두어 일부가 포함된 부분 제거

This commit is contained in:
2025-07-28 13:40:34 +09:00
parent 05e3d142cb
commit f0362cbbd2

View File

@ -190,7 +190,7 @@ holiday = Table(
)
pos_billdata = Table(
get_full_table_name('manager_static_pos_billdata'), metadata,
get_full_table_name('pos_billdata'), metadata,
Column('sale_date', Date, nullable=False),
Column('shop_cd', String(20), nullable=False),
Column('pos_no', Integer, nullable=False),