Skip to content

Commit

Permalink
Fix pr #348: Fix issue #259: Auction House
Browse files Browse the repository at this point in the history
  • Loading branch information
openhands-agent committed Jan 29, 2025
1 parent 76c20e9 commit 76ca5da
Show file tree
Hide file tree
Showing 6 changed files with 8,891 additions and 3 deletions.
4 changes: 4 additions & 0 deletions app/drizzle/migrations/0190_swift_green_goblin.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DROP INDEX `AuctionRequest_acceptedById_idx` ON `AuctionRequest`;
DROP INDEX `Bid_acceptedById_idx` ON `Bid`;
ALTER TABLE `ShopItem` MODIFY COLUMN `quantity` int NOT NULL DEFAULT 1;
ALTER TABLE `AuctionRequest` DROP COLUMN `itemId`;
Loading

0 comments on commit 76ca5da

Please sign in to comment.