Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the use of hook_update_n? How drupal knows the last schema details?

Answer Posted / Priyanka Kumari

Hook_update_N in Drupal is a customizable update hook that allows developers to create or modify database tables, add or remove data, and run other necessary tasks during an update or installation process. When upgrading a Drupal site, Drupal uses the latest available .install files (hook_schema() function) along with hook_update_N functions to perform any necessary schema changes and updates. Drupal stores information about the last executed update in the 'updates' table, allowing it to determine which update functions should be run during an upgrade.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create custom table using drupal module?

123


What is the drupal current version?

147


Did you contributed the drupal site (any module)?

102


How will you create a field using code?

118