Rename `item_id` to `page_qid`
In https://phabricator.wikimedia.org/T336424, we added the section numerical index and page Wikidata item columns to Cassandra.
We agreed that item_id
is not eloquent and renamed it to page_qid
.
Note that this MR also update the ALTER
Hive statement that needs to be executed in the production DB.
Bug: T336425