pub fn parse_migration_content( content: &str, ) -> Result<(String, Option<String>), String>
Parse migration content to extract UP and DOWN sections