bookwiz.io / supabase / migrations / 002_realtime_enable.sql
002_realtime_enable.sql
Raw
-- Enable Realtime for key tables
-- Moved up in migration order for better organization

-- Basic realtime setup - table-specific configurations will be added after table creation

-- Optional: Enable Realtime for books table as well if needed later
-- alter publication supabase_realtime add table books;