INSERT INTO article_settings (article_id, setting_name, setting_value, setting_type, locale) SELECT article_id, 'pub-id::doi', doi, 'string', '' FROM articles WHERE doi IS NOT NULL AND doi != '' DROP INDEX articles_user_id DROP INDEX articles_journal_id DROP INDEX articles_section_id