How to update drupal database schema from 4.6.0 version to 4.6.3??
This update is require update database schema?

Thanks

Comments

tostinni’s picture

There's no need to upgrade between 4.6.0 and 4.6.3.
Normally you need an upgrade when major version changes (4.6 to 4.7 for exemple), and you dot this calling the update.php script.

koyra’s picture

thanks