Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Migration v2 - Memberships #1

Open
chicinho opened this issue May 15, 2024 · 0 comments
Open

Data Migration v2 - Memberships #1

chicinho opened this issue May 15, 2024 · 0 comments

Comments

@chicinho
Copy link

Column "Contract Name"

  • use the name to select the id from the plans table
  • map the id to the plan_id

Column "Type"

  • can be ignored

Column "Name"

  • use the name to select the id for the user from the users table
  • map the id to the user_id

Column "Status"

  • maps to status
    • Started -> active
    • Ended -> inactive

Column "Open Revenue"
Column "Number of Classes"
Column "Used Classes"
Column "Duration"
Column "Payment Cycle"

  • can be ignored

Column "Description"

  • maps to note

Column "Start Date"

  • maps to starts_at
  • date format must be adjusted

Column "End Date"

  • maps to ends_at
  • date format must be adjusted

Column "box_id"

  • CF Westpack: 3

Column "created_at"
Column "updated_at"

  • use the import date
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

No branches or pull requests

1 participant