storage-db: Fixing migration scripts 135-136
Also, the index creations must be done sequentially. Those new indexes need to be built prior to remove the old index. Otherwise, we break the api (db answering too slow leads to the api breaking).
136: Drop the extra 'text' mention which fails the alter query
Test Plan
Deploy to production (done)
Migrated from D1589 (view on Phabricator)