View URL licence creative

Hello:
The problem was that in the previous version showed me the URL of the license. The update failed to show the URL of the license.
To not update one by one from the interface, realize the following query in the database:

INSERT INTO article_settings (article_id,setting_name, setting_value, setting_type) (SELECT DISTINCT article_settings.article_id,‘licenseURL’ as lic, ‘http://creativecommons.org/licenses/by-nc-sa/4.0/’ as uri,‘string’ as tipo FROM article_settings, articles where article_settings.article_id=articles.article_id and articles.journal_id=XXXXXXXX order by article_settings.article_id asc);

XXXXXXXX = set id journal to insert data

Regards
Cristian