Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
| Show First 20 Lines • Show All 210 Lines • ▼ Show 20 Lines | return array( | ||||
| 'db.nuance' => array( | 'db.nuance' => array( | ||||
| 'type' => 'db', | 'type' => 'db', | ||||
| 'name' => 'nuance', | 'name' => 'nuance', | ||||
| ), | ), | ||||
| 'db.passphrase' => array( | 'db.passphrase' => array( | ||||
| 'type' => 'db', | 'type' => 'db', | ||||
| 'name' => 'passphrase', | 'name' => 'passphrase', | ||||
| ), | ), | ||||
| 'db.phragment' => array( | |||||
| 'type' => 'db', | |||||
| 'name' => 'phragment', | |||||
| ), | |||||
| '0000.legacy.sql' => array( | '0000.legacy.sql' => array( | ||||
| 'type' => 'sql', | 'type' => 'sql', | ||||
| 'name' => $this->getPatchPath('0000.legacy.sql'), | 'name' => $this->getPatchPath('0000.legacy.sql'), | ||||
| 'legacy' => 0, | 'legacy' => 0, | ||||
| ), | ), | ||||
| '000.project.sql' => array( | '000.project.sql' => array( | ||||
| 'type' => 'sql', | 'type' => 'sql', | ||||
| 'name' => $this->getPatchPath('000.project.sql'), | 'name' => $this->getPatchPath('000.project.sql'), | ||||
| ▲ Show 20 Lines • Show All 1,580 Lines • ▼ Show 20 Lines | |||||
| '20131205.buildsteporder.sql' => array( | '20131205.buildsteporder.sql' => array( | ||||
| 'type' => 'sql', | 'type' => 'sql', | ||||
| 'name' => $this->getPatchPath('20131205.buildsteporder.sql'), | 'name' => $this->getPatchPath('20131205.buildsteporder.sql'), | ||||
| ), | ), | ||||
| '20131205.buildstepordermig.php' => array( | '20131205.buildstepordermig.php' => array( | ||||
| 'type' => 'php', | 'type' => 'php', | ||||
| 'name' => $this->getPatchPath('20131205.buildstepordermig.php'), | 'name' => $this->getPatchPath('20131205.buildstepordermig.php'), | ||||
| ), | ), | ||||
| '20131206.phragment.sql' => array( | |||||
| 'type' => 'sql', | |||||
| 'name' => $this->getPatchPath('20131206.phragment.sql'), | |||||
| ), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||