-- 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;