Update SQL table definitions

This commit is contained in:
Alex Cabal 2024-05-24 11:50:04 -05:00
parent 728473356c
commit f28378de37
2 changed files with 4 additions and 4 deletions

View file

@ -10,4 +10,4 @@ CREATE TABLE `Payments` (
`IsMatchingDonation` tinyint(1) unsigned NOT NULL,
PRIMARY KEY (`PaymentId`),
KEY `index2` (`UserId`,`Amount`,`Created`,`IsRecurring`)
) ENGINE=InnoDB AUTO_INCREMENT=828 DEFAULT CHARSET=utf8mb4;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;