Palette - Make it Colorful🎨
Palette - Visual Page Builder, no design degree required.
Scroll
How do I get the last available hook_update_N() for a module?
22/02/2025, by Anonymous (not verified)
Forums
I'm having trouble getting a custom module to install and update successfully. I'd like to examine the database for the modules update_N numbers. Is that possible? If it is, where do I look for it?
- Log in to post comments
They're in key/value storage, which in the database would be the
key_valuetable. Look for entries with acollectionof system.schema, and anamematching the machine name of the module you're interested in.Through the API, it's a bit easier: