Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
| Show First 20 Lines • Show All 157 Lines • ▼ Show 20 Lines | return array( | ||||
| 'db.pholio' => array( | 'db.pholio' => array( | ||||
| 'type' => 'db', | 'type' => 'db', | ||||
| 'name' => 'pholio', | 'name' => 'pholio', | ||||
| ), | ), | ||||
| 'db.conpherence' => array( | 'db.conpherence' => array( | ||||
| 'type' => 'db', | 'type' => 'db', | ||||
| 'name' => 'conpherence', | 'name' => 'conpherence', | ||||
| ), | ), | ||||
| 'db.config' => array( | |||||
| 'type' => 'db', | |||||
| 'name' => 'config', | |||||
| ), | |||||
| 'db.token' => array( | |||||
| 'type' => 'db', | |||||
| 'name' => 'token', | |||||
| ), | |||||
| '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 889 Lines • ▼ Show 20 Lines | |||||
| '20121209.xmacromigratekey.sql' => array( | '20121209.xmacromigratekey.sql' => array( | ||||
| 'type' => 'sql', | 'type' => 'sql', | ||||
| 'name' => $this->getPatchPath('20121209.xmacromigratekey.sql'), | 'name' => $this->getPatchPath('20121209.xmacromigratekey.sql'), | ||||
| ), | ), | ||||
| '20121220.generalcache.sql' => array( | '20121220.generalcache.sql' => array( | ||||
| 'type' => 'sql', | 'type' => 'sql', | ||||
| 'name' => $this->getPatchPath('20121220.generalcache.sql'), | 'name' => $this->getPatchPath('20121220.generalcache.sql'), | ||||
| ), | ), | ||||
| 'db.config' => array( | |||||
| 'type' => 'db', | |||||
| 'name' => 'config', | |||||
| ), | |||||
| '20121226.config.sql' => array( | '20121226.config.sql' => array( | ||||
| 'type' => 'sql', | 'type' => 'sql', | ||||
| 'name' => $this->getPatchPath('20121226.config.sql'), | 'name' => $this->getPatchPath('20121226.config.sql'), | ||||
| ), | ), | ||||
| '20130101.confxaction.sql' => array( | '20130101.confxaction.sql' => array( | ||||
| 'type' => 'sql', | 'type' => 'sql', | ||||
| 'name' => $this->getPatchPath('20130101.confxaction.sql'), | 'name' => $this->getPatchPath('20130101.confxaction.sql'), | ||||
| ), | ), | ||||
| Show All 29 Lines | |||||
| '20130214.chatlogchannel.sql' => array( | '20130214.chatlogchannel.sql' => array( | ||||
| 'type' => 'sql', | 'type' => 'sql', | ||||
| 'name' => $this->getPatchPath('20130214.chatlogchannel.sql'), | 'name' => $this->getPatchPath('20130214.chatlogchannel.sql'), | ||||
| ), | ), | ||||
| '20130214.chatlogchannelid.sql' => array( | '20130214.chatlogchannelid.sql' => array( | ||||
| 'type' => 'sql', | 'type' => 'sql', | ||||
| 'name' => $this->getPatchPath('20130214.chatlogchannelid.sql'), | 'name' => $this->getPatchPath('20130214.chatlogchannelid.sql'), | ||||
| ), | ), | ||||
| '20130214.token.sql' => array( | |||||
| 'type' => 'sql', | |||||
| 'name' => $this->getPatchPath('20130214.token.sql'), | |||||
| ), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||