Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
| Show First 20 Lines • Show All 1,854 Lines • ▼ Show 20 Lines | |||||
| '20131227.heraldobject.sql' => array( | '20131227.heraldobject.sql' => array( | ||||
| 'type' => 'sql', | 'type' => 'sql', | ||||
| 'name' => $this->getPatchPath('20131227.heraldobject.sql'), | 'name' => $this->getPatchPath('20131227.heraldobject.sql'), | ||||
| ), | ), | ||||
| '20131231.dropshortcut.sql' => array( | '20131231.dropshortcut.sql' => array( | ||||
| 'type' => 'sql', | 'type' => 'sql', | ||||
| 'name' => $this->getPatchPath('20131231.dropshortcut.sql'), | 'name' => $this->getPatchPath('20131231.dropshortcut.sql'), | ||||
| ), | ), | ||||
| '20140104.harbormastercmd.sql' => array( | |||||
| 'type' => 'sql', | |||||
| 'name' => $this->getPatchPath('20140104.harbormastercmd.sql'), | |||||
| ), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||