Add NOW() for AddedOn in business INSERT

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
John Mizerek 2026-02-12 21:24:28 -08:00
parent 40c91c82cf
commit 22fc113461

View file

@ -223,8 +223,8 @@ try {
// Create new business with address link and phone // Create new business with address link and phone
queryTimed(" queryTimed("
INSERT INTO Businesses (Name, Phone, UserID, AddressID, DeliveryZIPCodes, CommunityMealType, TaxRate, BrandColor) INSERT INTO Businesses (Name, Phone, UserID, AddressID, DeliveryZIPCodes, CommunityMealType, TaxRate, BrandColor, AddedOn)
VALUES (:name, :phone, :userId, :addressId, :deliveryZips, :communityMealType, :taxRate, :brandColor) VALUES (:name, :phone, :userId, :addressId, :deliveryZips, :communityMealType, :taxRate, :brandColor, NOW())
", { ", {
name: bizName, name: bizName,
phone: bizPhone, phone: bizPhone,