1<?php 2 3// This migration once upgraded VCS password hashing, but the table was 4// later removed in 2018 (see T13043). 5 6// Since almost four years have passed since this migration, the cost of 7// losing this data is very small (users just need to reset their passwords), 8// and a version of this migration against the modern schema isn't easy to 9// implement or test, just skip the migration. 10 11// This means that installs which upgrade from a version of Phabricator 12// released prior to Feb 2014 to a version of Phabricator relased after 13// Jan 2018 will need to have users reset VCS passwords. 14 15