establishConnection('w'); $iterator = new LiskMigrationIterator($table); foreach ($iterator as $post) { $id = $post->getID(); echo pht('Adding mail key for Post %d...', $id); echo "\n"; queryfx( $conn_w, 'UPDATE %T SET mailKey = %s WHERE id = %d', $table->getTableName(), Filesystem::readRandomCharacters(20), $id); }