bpuig / laravel-subby

Laravel Plan and Subscriptions manager.
https://bpuig.github.io/laravel-subby
MIT License
102 stars 42 forks source link

Simplify scheduler #107

Closed bpuig closed 2 years ago

bpuig commented 2 years ago

Status

READY

Migrations

YES

Description

This pull removes two columns that can be very redundant and replaces them in a per service constants.

Todos

Deploy Notes

Two columns from schedules table are removed and set into constants on service contract.

Impacted Areas in Application