liaujianjie / firebase-to-supabase-auth-migrator

Collection of scripts to migrate from Firebase Auth users to Supabase Auth
MIT License
22 stars 4 forks source link

Fix script #1

Closed k0shk0sh closed 3 years ago

k0shk0sh commented 3 years ago
liaujianjie commented 3 years ago

changed column name from confirmed_at to email_confirmed_at

Hmm strange... I remember writing to confirmed_at without issues when I ran my migration a couple weeks ago. Maybe the defaults for new projects have changed.

oskarrough commented 3 years ago

Looks like confirmed_at according to https://github.com/supabase/supabase/blob/master/docker/dockerfiles/postgres/auth-schema.sql#L12