PhoenixKit.Migrations.Postgres.V05 (phoenix_kit v1.7.36)

Copy Markdown View Source

PhoenixKit V05 Migration: Add Beneficiary Field to Referral Codes

This migration adds a beneficiary field to the existing referral codes table to track which user should receive benefits when their referral code is used.

Changes

Referral Codes Enhancement

  • Adds beneficiary integer field to phoenix_kit_referral_codes table
  • Allows tracking which user benefits from referral code usage
  • Supports reward/benefit systems for referral programs
  • Maintains backward compatibility with existing referral codes

PostgreSQL Support

  • Supports PostgreSQL prefix for schema isolation
  • Proper field addition with rollback support

Summary

Functions

Run the V05 migration to add beneficiary field to referral codes table.

Functions

down(opts)

up(opts)

Run the V05 migration to add beneficiary field to referral codes table.