feat(pos): add v1.1 migration — sale_payments, layaway_items, customer_payments
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user