yao/seed
Max 30ed90d908 Enhance document search functionality and improve duplicate handling in seed process
- Enabled debug mode in the document search function to aid in troubleshooting.
- Updated duplicate handling logic to check for existing records before creating or updating, ensuring proper handling in reset scenarios where primary keys are present but the database is empty.
2025-11-04 16:26:31 +08:00
..
process.go Add seed file system support and deprecate legacy registrations 2025-10-20 10:34:52 +08:00
process_test.go Add seed file system support and deprecate legacy registrations 2025-10-20 10:34:52 +08:00
seed.go Enhance document search functionality and improve duplicate handling in seed process 2025-11-04 16:26:31 +08:00
seed_reset_test.go Enhance document search functionality and improve duplicate handling in seed process 2025-11-04 16:26:31 +08:00
seed_test.go Refactor seed import logic to exclude auto-generated fields and improve error handling 2025-10-20 11:33:19 +08:00
types.go Implement JSON field parsing for CSV and XLSX imports in seed module 2025-10-20 10:52:04 +08:00