Skip to content

feat(giveaway): add cancel functionality for active giveaways and related tests - #423

Merged
3m1n3nc3 merged 1 commit into
geevapp:mainfrom
chijioke003:feat/giveaway-cancel-refund
Jul 29, 2026
Merged

feat(giveaway): add cancel functionality for active giveaways and related tests#423
3m1n3nc3 merged 1 commit into
geevapp:mainfrom
chijioke003:feat/giveaway-cancel-refund

Conversation

@chijioke003

@chijioke003 chijioke003 commented Jul 29, 2026

Copy link
Copy Markdown

Pull Request Template

Description

Please include a summary of the change and which issue is fixed. Also include relevant motivation and context.

I added cancel functionality for active giveaways and related tests

Checklist

  • I have tested my changes locally
  • I have updated documentation as needed
  • I have run npx prisma generate after schema changes
  • I have run npx prisma migrate dev or npx prisma migrate deploy as appropriate

Post-Merge Steps for Maintainers

If this PR includes changes to the Prisma schema:

  1. Run the following command to apply the migration to your database:

    npx prisma migrate deploy

    or, for local development:

    npx prisma migrate dev
  2. Ensure your CI pipeline runs the migration before tests (add this step if missing):

    - name: Run Prisma Migrate
      run: npx prisma migrate deploy
  3. Make sure the database user in CI has permission to run migrations.


If you have any questions, please comment on this PR.

Closes #413

@3m1n3nc3
3m1n3nc3 merged commit 87de441 into geevapp:main Jul 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Giveaway] Add creator cancellation with escrow refund

3 participants