see 0011410: remove relations + modlog if app is uninstalled
Change-Id: Icb0d352ba33c652395801a820da4f8643524fcd4
Reviewed-on: http://gerrit.tine20.com/customers/2329
Tested-by: Jenkins CI (http://ci.tine20.com/)
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
*/
public function removeApplication($applicationName)
{
*/
public function removeApplication($applicationName)
{
- $tableName = $this->_db->quoteIdentifier(SQL_TABLE_PREFIX . 'relations');
+ $tableName = SQL_TABLE_PREFIX . 'relations';
$select = $this->_db->select()->from($tableName)->columns('rel_id')
->where($this->_db->quoteIdentifier('own_model') . ' LIKE ?', $applicationName . '_%');
$select = $this->_db->select()->from($tableName)->columns('rel_id')
->where($this->_db->quoteIdentifier('own_model') . ' LIKE ?', $applicationName . '_%');