I’ve created a custom module for my Drupal 7 website, under sites/all/modules/custom/tm_general
which has the following updates in the tm_general.install
(please see image attached).
The site is being installed from scratch, meaning the DB is empty when installing. After installation, I have enabled the custom module through the UI.
The problem I’m encountering is that when visiting mysite.local/update.php
the updates won’t show up. It says No pending updates.
What am I missing?
Thanks a lot in advanced!