Commit graph

9 commits

Author SHA1 Message Date
mrpiglr
bc96272b4a Add Roblox integration: /roblox commands gated behind /config roblox 2026-03-22 18:50:53 +00:00
MrPiglr
1d69c3b9dc modified: aethex-bot/server/webServer.js 2026-03-05 15:27:55 -07:00
MrPiglr
3a76186fc6 modified: aethex-bot/public/pricing.html 2026-03-05 14:34:11 -07:00
MrPiglr
d07ccd0f53 new file: aethex-bot/migrations/add_whitelabel_branding.sql 2026-03-05 02:22:31 -07:00
sirpiglr
7992bc87ec Create a simplified migration script for database table creation
Adds a new SQL file `simple_migration.sql` that creates core user, discord, server, and XP-related tables using `CREATE TABLE IF NOT EXISTS` to avoid conflicts with existing schemas.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 603a5519-aed0-4a02-95f2-be754c1e3b01
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:39:38 +00: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
sirpiglr
6fb0e785f6 Add missing tables to Supabase and improve API logging for federation data
Creates SQL migration script for federation tables in Supabase and adds detailed logging to federation API endpoints in webServer.js.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: f067ae59-c14c-4c16-bbf9-bb3883920fcc
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/BXwPVpJ
Replit-Helium-Checkpoint-Created: true
2025-12-13 17:28:38 +00:00