Add migration for conversation_tables to support dynamic per-user conversation storage.
- CREATE TABLE conversation_tables with telegram_id, table_name, message_count
- Add indexes on last_message_at and message_count for query performance
- Tested successfully on local D1 database
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>