fix cyclic

This commit is contained in:
CHIEFSOFT\ameye
2025-07-05 21:41:42 -04:00
parent 5ba7b5b2ce
commit 05194234bd
3 changed files with 4 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import json
logger = logging.getLogger(__name__)
class ProductsDetails(db.Model):
__tablename__ = 'products'
__tablename__ = 'products_details'
id = db.Column(
db.Integer,