sipher/supabase/sql_snippets/Enable Full Replica Identity for Users Table.sql
Nixyi 8b27c6b140 Stable Release (I think)
Added all SQL scripts by using a python script to fetch them.

Also added a "About" page and a skeleton to the chat page.

Fixed the register function that was not setting the public_key on the database
2024-12-18 16:08:06 -03:00

1 line
No EOL
108 B
SQL

ALTER TABLE public.users REPLICA IDENTITY FULL;
ALTER
PUBLICATION supabase_realtime ADD TABLE public.users;