Files
opensourcepos/app/Database
objecttothis 8e6032a285 feat(jobs): add jobs module with throttling and config keys
- Register jobs module, permission, and admin grant so it
  appears in menu/ACL (20260916000000_AddJobsModule.php)
- Add job_throttles table to support rate-limiting job runs
  (20260916000001_CreateJobThrottles.php)
- Seed app_config with jobs_mode and jobs_web_max_seconds
  defaults for web-based job execution
  (20260916000002_AddJobsConfigKeys.php)
- Drop redundant FK re-add in fix_keys_for_db_upgrade migration
  that duplicated an already-existing constraint

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-09-17 15:14:39 +04:00
..
2024-06-15 17:19:15 +02:00