Add primary key, not exist in the database
This commit is contained in:
parent
37b62f9349
commit
755dcbc970
@ -2,4 +2,5 @@
|
||||
class Application_Model_JoTabDevises extends Zend_Db_Table_Abstract
|
||||
{
|
||||
protected $_name = 'tabDevises';
|
||||
protected $_primary = 'devIso';
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user