simplcommerce / SimplCommerce

A simple, cross platform, modulith ecommerce system built on .NET
http://www.simplcommerce.com
Apache License 2.0
4.2k stars 1.59k forks source link

Fix capitalization of wishlist/wishlistitem in sql #1099

Closed domino14 closed 4 months ago

domino14 commented 4 months ago

The capitalization of the database table WishList_WishListItem was wrong for non-MSSQL databases; this resulted in a 500 when trying to reset the catalog.

hishamco commented 4 months ago

You meanWishlist_Wishlistitem

domino14 commented 4 months ago

The tables as they were created on my Postgres database are WishList_WishListItem and WishList_WishList. The .sql files I am correcting have it spelled as Wishlist_Wishlistitem and Wishlist_Wishlist prior to correction.

hishamco commented 4 months ago

@thiennn do you have any objections or shall I merge?