gohorsejobs/seeder-api/src/seeders
Tiago Yamamoto af2719f2e6 fix(seeder): use companies/users tables instead of core_* for jobs
- jobs.company_id is INT referencing companies.id (SERIAL)
- jobs.created_by is INT referencing users.id (SERIAL)
- Was incorrectly querying core_companies/core_users (UUID)
2025-12-24 10:55:05 -03:00
..
acme.js feat(auth): add cookie parsing and JWT auth guard to backoffice 2025-12-24 10:27:04 -03:00
applications.js feat: Enhance platform with funny jobs, FAQ, Skeleton UI, and Tests 2025-12-22 23:48:56 -03:00
cities.js first commit 2025-12-09 19:04:48 -03:00
companies.js feat(seeder): 🏢 30 companies because startup dreams are free 2025-12-15 08:54:32 -03:00
epic-companies.js fix(seeder): fix FK constraints for core_companies and core_users 2025-12-22 23:07:40 -03:00
fictional-companies.js fix(seeder): fix FK constraints for core_companies and core_users 2025-12-22 23:07:40 -03:00
jobs.js fix(seeder): use companies/users tables instead of core_* for jobs 2025-12-24 10:55:05 -03:00
notifications.js feat: Enhance platform with funny jobs, FAQ, Skeleton UI, and Tests 2025-12-22 23:48:56 -03:00
regions.js first commit 2025-12-09 19:04:48 -03:00
users.js feat(auth): add cookie parsing and JWT auth guard to backoffice 2025-12-24 10:27:04 -03:00