diff --git a/conf/db_schema.py b/conf/db_schema.py index 704a1bd..e11627e 100644 --- a/conf/db_schema.py +++ b/conf/db_schema.py @@ -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),