3 final class PhabricatorRepositoryRefPosition
4 extends PhabricatorRepositoryDAO
{
7 protected $commitIdentifier;
8 protected $isClosed = 0;
10 protected function getConfiguration() {
12 self
::CONFIG_TIMESTAMPS
=> false,
13 self
::CONFIG_COLUMN_SCHEMA
=> array(
14 'commitIdentifier' => 'text40',
17 self
::CONFIG_KEY_SCHEMA
=> array(
18 'key_position' => array(
19 'columns' => array('cursorID', 'commitIdentifier'),
23 ) + parent
::getConfiguration();