Add magic formula to keep DB_DataObject from treating location prefs pkey as autoincrement
This commit is contained in:
parent
0fb114c34f
commit
544e884d30
@ -45,4 +45,9 @@ class User_location_prefs extends Memcached_DataObject
|
|||||||
|
|
||||||
/* the code above is auto generated do not remove the tag below */
|
/* the code above is auto generated do not remove the tag below */
|
||||||
###END_AUTOCODE
|
###END_AUTOCODE
|
||||||
|
|
||||||
|
function sequenceKey()
|
||||||
|
{
|
||||||
|
return array(false, false, false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user