f9c4fb9df0
* feat: add hasMany field for action logs * fix: add scope to log field * test: add cases * test: remove console.log * test: add expects * refactor: use constants for hook types * fix: missing pageInfo Co-authored-by: chenos <chenlinxh@gmail.com>
8 lines
171 B
TypeScript
8 lines
171 B
TypeScript
import { extend } from '@nocobase/database';
|
|
|
|
// TODO(bug): collections 表创建关联字段有问题
|
|
export default extend({
|
|
name: 'collections',
|
|
logging: false
|
|
});
|