Skip to content

Commit

Permalink
remove indexes
Browse files Browse the repository at this point in the history
add analyze for "insertAfter"
  • Loading branch information
aslubsky committed Dec 9, 2015
1 parent 430be67 commit abb82db
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 399 deletions.
104 changes: 0 additions & 104 deletions src/Bazalt/ORM/Adapter/Mssql.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/Bazalt/ORM/BaseRecord.php
Expand Up @@ -786,18 +786,6 @@ public function hasPlugin($name, $options = array())
{
self::$plugins[get_class($this)][$name] = $options;
}

/**
* Додає плагін в модель
*
* @param ORM_Index_Abstract $index
*
* @return void
*/
public function hasIndex(\ORM_Index_Abstract $index)
{
self::$indexes[$this->tableName][$index->name()] = $index;
}

/**
* Ініціалізує плагіни моделі
Expand Down
111 changes: 0 additions & 111 deletions src/Bazalt/ORM/Connection/Mssql.php

This file was deleted.

72 changes: 0 additions & 72 deletions src/Bazalt/ORM/Index/Abstract.php

This file was deleted.

25 changes: 0 additions & 25 deletions src/Bazalt/ORM/Index/Foreign.php

This file was deleted.

34 changes: 0 additions & 34 deletions src/Bazalt/ORM/Index/FullText.php

This file was deleted.

0 comments on commit abb82db

Please sign in to comment.