mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Recurring Payments - Added Auto Pay via cron, removed auto pay amount as it uses the recurring invoice amount, next up integrate with stripe
This commit is contained in:
3
db.sql
3
db.sql
@@ -1392,7 +1392,6 @@ DROP TABLE IF EXISTS `recurring_payments`;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `recurring_payments` (
|
||||
`recurring_payment_id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`recurring_payment_amount` decimal(15,2) NOT NULL,
|
||||
`recurring_payment_currency_code` varchar(10) NOT NULL,
|
||||
`recurring_payment_method` varchar(200) NOT NULL,
|
||||
`recurring_payment_created_at` datetime NOT NULL DEFAULT current_timestamp(),
|
||||
@@ -2288,4 +2287,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2024-12-21 16:44:59
|
||||
-- Dump completed on 2024-12-21 20:24:14
|
||||
|
||||
Reference in New Issue
Block a user