hackclub / hackathons-backend

Powering https://hackathons.hackclub.com

Home Page:https://hackathons.hackclub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate subscription data from Airtable to Rails

garyhtou opened this issue · comments

Write a script/one-time job that utilizes Airrecord to migrate subscription data from Airtable into the Subscription model/table.

Airrecord classes are being defined in this directory: https://github.com/hackclub/hackathons-backend/tree/main/app/models/airtable
You'll need to add a class for Airtable::Subscription; similar to the existing Airtable::Hackathon one.