nxtgauge-backend-rust/docs
Tracewebstudio Dev 65262e842c
All checks were successful
build-and-release / build (cron) (push) Successful in 1m0s
build-and-release / build (catering-services) (push) Successful in 1m53s
build-and-release / build (companies) (push) Successful in 2m2s
build-and-release / build (employees) (push) Successful in 2m17s
build-and-release / build (developers) (push) Successful in 2m32s
build-and-release / build (customers) (push) Successful in 2m39s
build-and-release / build (gateway) (push) Successful in 1m4s
build-and-release / build (fitness-trainers) (push) Successful in 2m38s
build-and-release / build (graphic-designers) (push) Successful in 1m49s
build-and-release / build (makeup-artists) (push) Successful in 1m37s
build-and-release / build (jobs) (push) Successful in 1m44s
build-and-release / build (job-seekers) (push) Successful in 2m57s
build-and-release / build (social-media-managers) (push) Successful in 1m43s
build-and-release / build (payments) (push) Successful in 2m47s
backend-integration-tests / ai-credits (push) Successful in 52s
build-and-release / build (photographers) (push) Successful in 2m57s
build-and-release / build (ugc-content-creators) (push) Successful in 2m31s
build-and-release / build (tutors) (push) Successful in 2m53s
build-and-release / build (video-editors) (push) Successful in 2m33s
build-and-release / build (users) (push) Successful in 4m52s
fix(db): add missing ai_credit_orders columns + ai_coupons tables
20260814000000: add coupon_code + discount_applied to ai_credit_orders
CREATE TABLE — create_order inserts both columns but the original
migration omitted them.

20260814020000 (new): create ai_coupons + ai_coupon_redemptions, the
tables referenced by create_order/verify_order in ai_credits.rs.
Extracted from the skipped 20260706300000 migration which couldn't be
enabled because it referenced ai_credit_orders before that table existed.

Runbook updated with the 3 pending prod migrations and redeploy step.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-13 23:10:40 +02:00
..
LIVE_SERVER_RUNBOOK.md fix(db): add missing ai_credit_orders columns + ai_coupons tables 2026-08-13 23:10:40 +02:00
MIGRATION_MASTER_PLAN.md chore: bootstrap rust backend workspace and migration master plan 2026-03-16 22:23:58 +01:00
migration_plan.md feat: Add database redesign documentation and Phase 1-2 migrations 2026-04-12 23:21:11 +02:00
old_to_new_mapping.md feat: Add database redesign documentation and Phase 1-2 migrations 2026-04-12 23:21:11 +02:00
openapi.wallet-holds.json feat(db,ci): fix missing ai_credits tables, wire integration tests to CI 2026-08-13 17:31:22 +05:30
schema_audit.md feat: Add database redesign documentation and Phase 1-2 migrations 2026-04-12 23:21:11 +02:00
target_schema.md feat: Add database redesign documentation and Phase 1-2 migrations 2026-04-12 23:21:11 +02:00
tracecoin-packages-reference.md feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30