Commit graph

4 commits

Author SHA1 Message Date
MrPiglr
1d69c3b9dc modified: aethex-bot/server/webServer.js 2026-03-05 15:27:55 -07:00
sirpiglr
8c974d8914 Remove problematic database index creation for giveaways
Comment out the problematic `idx_giveaways_ends` index creation in the `create_all_tables.sql` migration file to resolve the "column 'ends_at' does not exist" error.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: f321df94-9bca-4491-93f2-333b398ccae4
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/2a77Jky
Replit-Helium-Checkpoint-Created: true
2025-12-13 23:23:41 +00:00
sirpiglr
567c9f6a3d Adjust database indexing for giveaways
Remove incomplete index creation for giveaways table in migration script.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 7243d928-560b-47a6-aa57-9441cd010dcf
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/2a77Jky
Replit-Helium-Checkpoint-Created: true
2025-12-13 23:22:37 +00:00
sirpiglr
a37f12d5c6 Add database tables for bot functionality and user data management
Creates SQL tables for user profiles, server configurations, XP tracking, and more in `create_all_tables.sql`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: 74a11fa7-f3aa-44cc-ba8f-5b0f614b365a
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/2a77Jky
Replit-Helium-Checkpoint-Created: true
2025-12-13 23:13:22 +00:00