Add Storage Pool Info
This commit is contained in:
@@ -19,5 +19,8 @@ class Model_STGPOOL extends ORMTSM {
|
||||
protected $_has_one = array(
|
||||
'DEVCLASSES'=>array('foreign_key'=>'DEVCLASS_NAME','far_key'=>'DEVCLASS'),
|
||||
);
|
||||
protected $_has_many = array(
|
||||
'VOLUME'=>array('foreign_key'=>'STGPOOL_NAME','far_key'=>'STGPOOL_NAME'),
|
||||
);
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user