NimStoryFont icon indicating copy to clipboard operation
NimStoryFont copied to clipboard

Supabase migration

Open PhilippMDoerner opened this issue 1 month ago • 1 comments

This is a collection-issue for playing around with the idea of migrating to supabase.

What is needed:

  • [ ] Create auth.user entries for each existing user and connect those to public.auth_user
  • [ ] Figure out what to do about the users whose email you do not have
  • [ ] Rename public.auth_user to public.profile and throw out unneeded columns
  • [ ] Add RLS to all tables

PhilippMDoerner avatar Nov 02 '25 17:11 PhilippMDoerner