root/trunk/config/sfSimpleForumPlugin_schema.custom.yml

Revision 38, 319 bytes (checked in by francois, 9 months ago)

Upgraded externals on sfModeration and enabled the sfModeration module

Line 
1 classes:
2   sfSimpleForumTopic:
3     behaviors:
4       moderation:
5         type: Topic
6     columns:
7       moderation_status: { type: integer, default: 1, index: true }
8   sfSimpleForumPost:
9     behaviors:
10       moderation:
11         type: Post
12     columns:
13       moderation_status: { type: integer, default: 1, index: true }
Note: See TracBrowser for help on using the browser.