shopit-back/database/migrations
ncoronel 057e6757dc feat: add customer details fields to Purchase model and request, implement checkout process with cart clearing 2026-07-03 16:48:31 -03:00
..
0001_01_01_000000_create_users_table.php initial commit 2026-06-18 10:09:24 -03:00
0001_01_01_000001_create_cache_table.php initial commit 2026-06-18 10:09:24 -03:00
0001_01_01_000002_create_jobs_table.php initial commit 2026-06-18 10:09:24 -03:00
2026_06_18_130006_create_personal_access_tokens_table.php initial commit 2026-06-18 10:09:24 -03:00
2026_06_18_135000_create_tenants_table.php feat: implement full CRUD support and database schema for multi-tenant architecture 2026-06-26 16:57:59 -03:00
2026_06_18_140000_create_productos_table.php Add ProductController and Producto model with CRUD operations and migration 2026-06-18 10:13:03 -03:00
2026_06_19_000000_update_productos_tenant_reference_to_codigo.php feat: update product tenant relations, implement attachments, refactor product attributes, and configure SQLite for testing 2026-07-01 15:05:21 -03:00
2026_06_23_000000_normalize_and_make_tenant_domains_unique.php Add BootstrapTenantController and requests for tenant domain normalization; implement API route and tests 2026-06-23 09:49:54 -03:00
2026_06_24_000000_create_categorias_table.php Refactor request validation to use model-specific prop synchronization and add migrations for categories and brands 2026-06-24 11:02:35 -03:00
2026_06_24_000100_create_brands_table.php Refactor request validation to use model-specific prop synchronization and add migrations for categories and brands 2026-06-24 11:02:35 -03:00
2026_06_24_000200_create_productos_variantes_table.php feat: refactor product variant handling to use product pricing and remove unnecessary fields 2026-06-30 15:58:19 -03:00
2026_06_24_000300_create_productos_attributes_table.php feat(catalog): add tenant-scoped product attributes and variant definitions 2026-06-24 15:08:13 -03:00
2026_06_24_000310_create_attribute_options_table.php feat: implement product attribute options with database migration, resource, and validation requests 2026-06-29 09:48:56 -03:00
2026_06_24_000320_create_productos_variantes_definiciones_table.php feat(catalog): add tenant-scoped product attributes and variant definitions 2026-06-24 15:08:13 -03:00
2026_06_25_000000_create_carritos_table.php feat(cart): implement cart management with add, update, and remove item functionalities 2026-06-25 10:24:45 -03:00
2026_06_25_000010_create_carrito_items_table.php feat(cart): implement cart management with add, update, and remove item functionalities 2026-06-25 10:24:45 -03:00
2026_06_25_000420_create_compras_table.php feat(purchase): add Purchase and PurchaseItem models with migrations for compras and compra_items tables 2026-06-25 10:34:33 -03:00
2026_06_25_000430_create_compra_items_table.php feat(purchase): add Purchase and PurchaseItem models with migrations for compras and compra_items tables 2026-06-25 10:34:33 -03:00
2026_06_25_000500_create_attachments_table.php feat: update product tenant relations, implement attachments, refactor product attributes, and configure SQLite for testing 2026-07-01 15:05:21 -03:00
2026_06_26_100000_migrate_product_attributes_types.php feat: implement product attributes and tenant properties management with CRUD controllers, requests, and domain models 2026-06-26 11:40:07 -03:00
2026_06_29_000000_create_variantes_attachments_table.php feat: add attachment relationship to ProductVariant model and database schema 2026-06-29 09:56:15 -03:00
2026_06_29_102114_refactor_product_attributes_table.php feat: update product tenant relations, implement attachments, refactor product attributes, and configure SQLite for testing 2026-07-01 15:05:21 -03:00
2026_06_29_150840_create_productos_attachments_table.php feat: implement product and attachment management service with supporting migrations and API controllers 2026-06-29 12:13:21 -03:00
2026_06_29_210000_add_brand_id_to_productos_table.php feat: add brand and category relationships to products, update requests and resources, and seed product catalog from images 2026-06-29 13:47:05 -03:00
2026_07_01_100000_add_is_placeholder_to_productos_variantes_table.php feat: add ProductVariant model and service layer for CRUD operations with attachment handling 2026-07-01 10:09:04 -03:00
2026_07_01_114500_add_success_color_to_tenants_table.php feat: add tenant success color 2026-07-01 11:55:08 -03:00
2026_07_01_153000_split_header_footer_bg_color_in_tenants_table.php feat: differentiate between header and footer colors 2026-07-01 15:37:46 -03:00
2026_07_01_160000_add_stock_real_and_stock_reservado_to_productos_variantes_table.php feat: implement multi-tenant cart system with stock reservation and inventory tracking 2026-07-01 16:21:53 -03:00
2026_07_02_000000_rename_name_to_nombre_apellido_on_users_table.php feat: implement user registration functionality with validation and response handling 2026-07-02 12:23:50 -03:00
2026_07_02_170254_create_personal_access_tokens_table.php feat: implement authentication functionality with login and logout endpoints 2026-07-02 14:55:47 -03:00
2026_07_03_000001_create_integrations_table.php feat: add 'url' field to Integration model and update related requests and seeder 2026-07-03 14:45:05 -03:00
2026_07_03_000002_create_tenant_integration_table.php feat: implement integration management with CRUD operations and routes for tenant integration 2026-07-03 14:44:18 -03:00
2026_07_03_100000_create_bank_accounts_table.php feat: implement BankAccount management with CRUD operations and selection for tenants 2026-07-03 13:43:32 -03:00
2026_07_03_100100_add_selected_bank_account_id_to_tenants_table.php feat: implement BankAccount management with CRUD operations and selection for tenants 2026-07-03 13:43:32 -03:00
2026_07_03_192239_add_dni_and_telefono_to_users_table.php feat: add optional 'dni' and 'telefono' fields to User model and registration process 2026-07-03 16:24:56 -03:00
2026_07_03_193000_adapt_compras_table.php feat: add customer details fields to Purchase model and request, implement checkout process with cart clearing 2026-07-03 16:48:31 -03:00