forked from GNUsocial/gnu-social
Convert SamplePlugin to new-style table defs, tweak some stuff to test basic checkschema
This commit is contained in:
@@ -73,8 +73,8 @@ class Ostatus_profile extends Managed_DataObject
|
||||
'ostatus_profile_feeduri_idx' => array('feeduri'),
|
||||
),
|
||||
'foreign keys' => array(
|
||||
'profile_id' => array('profile' => 'id'),
|
||||
'group_id' => array('user_group' => 'id'),
|
||||
'ostatus_profile_profile_id_fkey' => array('profile', array('profile_id' => 'id')),
|
||||
'ostatus_profile_group_id_fkey' => array('user_group', array('group_id' => 'id')),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user