Restore CommunityMealType column in business INSERT (added column to dev DB)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f8afbb57e9
commit
a32614be17
1 changed files with 2 additions and 2 deletions
|
|
@ -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, AddedOn)
|
INSERT INTO Businesses (Name, Phone, UserID, AddressID, DeliveryZIPCodes, CommunityMealType, TaxRate, BrandColor)
|
||||||
VALUES (:name, :phone, :userId, :addressId, :deliveryZips, :communityMealType, :taxRate, :brandColor, NOW())
|
VALUES (:name, :phone, :userId, :addressId, :deliveryZips, :communityMealType, :taxRate, :brandColor)
|
||||||
", {
|
", {
|
||||||
name: bizName,
|
name: bizName,
|
||||||
phone: bizPhone,
|
phone: bizPhone,
|
||||||
|
|
|
||||||
Reference in a new issue