38471-vm/db/install_baseline_migrations.php
2026-05-03 02:57:40 +00:00

57 lines
2.0 KiB
PHP

<?php
declare(strict_types=1);
// Auto-generated install baseline for fresh installs.
// Refreshed together with complete_schema.sql by refresh_complete_schema.php.
return [
'20260216_add_credit_limit.sql',
'20260216_add_invoices.sql',
'20260216_add_invoice_status.sql',
'20260216_add_payments_table.sql',
'20260216_add_quotations.sql',
'20260216_add_stock_tables.sql',
'20260216_pos_advanced_features.sql',
'20260216_setup_pos_full.sql',
'20260216_update_invoices_payment.sql',
'20260216_update_precision_3_decimal.sql',
'20260216_vat_and_profile.sql',
'20260217_accounting_module.sql',
'20260217_biometric_attendance.sql',
'20260217_biometric_devices.sql',
'20260217_biometric_logs_update.sql',
'20260217_hr_module.sql',
'20260217_hr_payroll_unique.sql',
'20260217_purchase_returns.sql',
'20260217_sales_returns.sql',
'20260217_vat_accounts.sql',
'20260218_create_license_table.sql',
'20260218_modern_loyalty_system.sql',
'20260218_pos_payments.sql',
'20260219_add_license_fields.sql',
'20260219_add_trial_logic.sql',
'20260219_add_vat_to_pos_items.sql',
'20260219_fix_vat_columns.sql',
'20260220_add_due_date_to_invoices.sql',
'20260220_license_server_schema.sql',
'20260220_split_customers_suppliers.sql',
'20260220_split_invoices_purchases.sql',
'20260220_unify_pos_sales.php',
'20260220_unify_pos_sales.sql',
'20260221_add_theme_to_users.sql',
'20260221_fix_invoice_items_columns.sql',
'20260221_fix_pos_invoices_columns.sql',
'20260221_fix_supplier_foreign_keys.sql',
'20260318_add_outlet_id_to_purchases.sql',
'20260318_multi_outlet_schema.sql',
'20260318_local_definitions.sql',
'20260318_user_outlets_table.sql',
'20260502_full_schema_sync.php',
'20260502_stock_items_schema_sync.php',
'20260502_zzz_payment_methods_schema_sync.php',
'20260502_zz_financial_documents_schema_sync.php',
'20260503_zz_ensure_invoice_due_date.php',
'add_outlet_id.sql',
'fix_lpo_foreign_key.sql',
];