File and File_redirection adhoc storage methods updated for urlhash

This commit is contained in:
Mikael Nordfeldth
2015-02-19 18:59:28 +01:00
parent 0dfe39ac87
commit 45dc76de26
7 changed files with 89 additions and 43 deletions

View File

@@ -396,4 +396,9 @@ abstract class Managed_DataObject extends Memcached_DataObject
// @FIXME return true only if something changed (otherwise 0)
return $result;
}
static public function beforeSchemaUpdate()
{
// NOOP
}
}