layer-chicken/database/migrations
2026-03-07 00:42:28 +07:00
..
0001_01_01_000000_create_users_table.php feat: Introduce user roles with RoleEnum, update user table schema for username and soft deletes, and refactor user seeding. 2026-02-07 15:35:09 +07:00
0001_01_01_000001_create_cache_table.php initial commit 2025-12-27 17:08:11 +07:00
0001_01_01_000002_create_jobs_table.php initial commit 2025-12-27 17:08:11 +07:00
2026_02_09_015257_create_permission_tables.php feat: Add comprehensive user, role, and permission management through Filament Shield integration. 2026-02-09 09:13:07 +07:00
2026_02_09_024000_create_units_table.php feat: Add unit entity with model, migration, and Filament resource 2026-02-09 10:20:39 +07:00
2026_02_09_024536_create_feeds_table.php refactor: Update Feed model and resource to use integer for stock and adjust price formatting 2026-02-17 19:43:10 +07:00
2026_02_09_033312_create_feed_purchases_table.php feat: Implement Feed Purchase management module with resource, pages, and cart functionality 2026-02-17 19:38:06 +07:00
2026_02_09_033313_create_feed_purchase_items_table.php feat: Implement Feed Purchase management module with resource, pages, and cart functionality 2026-02-17 19:38:06 +07:00
2026_02_13_084541_create_media_table.php feat: Implement Spatie Media Library for Feed model with custom path generation and Filament integration. 2026-02-13 15:46:27 +07:00
2026_02_17_000001_create_egg_collections_table.php feat: Refactor egg collection management by consolidating pages and updating form structure 2026-02-25 22:35:26 +07:00
2026_02_18_000003_create_customers_table.php feat: Implement Customer management with resource, pages, model, and migration for customer data handling 2026-02-18 22:41:49 +07:00
2026_02_18_000004_create_orders_table.php refactor: Update order quantity, total amount, and discount fields to decimal types and integrate discount into the initial orders table migration. 2026-02-26 13:52:21 +07:00
2026_02_19_021653_create_delayed_goods_table.php feat: Implement DelayedGood management with resource, pages, model, migration, and observer for tracking delayed goods 2026-02-19 09:43:31 +07:00
2026_02_19_035358_create_expenses_table.php feat: introduce expense management feature with dedicated model, migration, seeder, and Filament resource. 2026-02-19 11:04:47 +07:00
2026_02_26_000001_create_feed_schedules_table.php feat: Implement many-to-many relationship for feed schedules to support multiple feeds per schedule. 2026-02-26 13:36:40 +07:00
2026_02_26_000002_create_feed_deliveries_table.php feat: Decouple feed deliveries from schedules, add soft deletes to deliveries, and dynamically schedule feed processing by time. 2026-02-26 12:50:54 +07:00
2026_02_26_125306_create_feed_feed_schedule_table.php feat: Implement many-to-many relationship for feed schedules to support multiple feeds per schedule. 2026-02-26 13:36:40 +07:00
2026_03_06_164222_create_warehouses_table.php refactor: update WarehouseResource to use 'name' as record title and remove unused fields from the warehouse migration 2026-03-07 00:31:37 +07:00
2026_03_06_235443_create_egg_collection_items_table.php feat: implement egg collection items management with relationships, totals synchronization, and UI enhancements 2026-03-07 00:29:11 +07:00
2026_03_07_003159_create_warehouse_stocks_table.php feat: Introduce warehouse stock management with dedicated tables and observers, and update egg collection totals to use decimal values. 2026-03-07 00:42:28 +07:00
2026_03_07_003345_modify_egg_collections_totals_to_decimal_final.php feat: Introduce warehouse stock management with dedicated tables and observers, and update egg collection totals to use decimal values. 2026-03-07 00:42:28 +07:00