Tables deleted?

I have a database migrated from ojs2.4 to ojs3.0.2
When I migrated version from 3.0.2 to master ojs-stable-3_1_1 with the last commit:
([master] Merge pull request #1932 from bozana/3619)

I checked the tables with my backup and I can confirm this tables are not in my migration.
article_gallery_settings
gifts
submission_html_gallery_images

Anyone had this problem ?
Thanks

Hi @xavi,

Have you run the upgrade script to convert your database? See docs/UPGRADE for details.

Regards,
Alec Smecher
Public Knowledge Project Team

Yes, I run the script with instructions from this link:
https://github.com/pkp/ojs/blob/master/docs/UPGRADE

I searched in github between master and ojs-stable-3_0_2
I found this:

+ + + + + + + + + https://github.com/pkp/ojs/blob/132465012e1e93973eee7265de8e0a5df3a94f1e/dbscripts/xml/ojs_schema.xml

I compared master and branch ojs-stable-3_0_2 and I searched in “File changes” the name of table “submission_html_galley_images”
I found this in this file: “dbscripts/xml/upgrade.xml”

"<code function=“repairImageAssociations” condition=“return $installer->tableExists(‘submission_html_galley_images’);”

thie link is: https://github.com/pkp/ojs/compare/master...ojs-stable-3_0_2