NimStoryFont
NimStoryFont copied to clipboard
Supabase migration
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