feat(pos): add v1.1 migration — sale_payments, layaway_items, customer_payments

This commit is contained in:
2026-03-31 03:33:58 +00:00
parent fc5a56ba62
commit 2a1aee4ee4
2 changed files with 56 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ MIGRATIONS_DIR = os.path.dirname(os.path.abspath(__file__))
# Migration registry: version -> filename
MIGRATIONS = {
'v1.0': 'v1.0_initial.sql',
# Future: 'v1.1': 'v1.1_add_xyz.sql',
'v1.1': 'v1.1_pos_tables.sql',
}