Add magic formula to keep DB_DataObject from treating location prefs pkey as autoincrement

This commit is contained in:
Evan Prodromou 2009-12-30 08:56:43 -10:00
parent 0fb114c34f
commit 544e884d30

View File

@ -45,4 +45,9 @@ class User_location_prefs extends Memcached_DataObject
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE
function sequenceKey()
{
return array(false, false, false);
}
}