USE [lin2comm]
GO
/*
##########################################################################
Change to fit your setup ( Character ID, Board ID, World ID, Permission ).
Permissions goes like this:
0 no show
4 post only
8 reply only
12 post & reply
255 adv mode
##########################################################################
*/
INSERT INTO board_rest ( char_id, pledge_id, bid, world_id, permission ) VALUES ( 1, 0, 4, 1, 255 )
INSERT INTO board_rest ( char_id, pledge_id, bid, world_id, permission ) VALUES ( 1, 0, 5, 1, 255 )
INSERT INTO board_rest ( char_id, pledge_id, bid, world_id, permission ) VALUES ( 1, 0, 6, 1, 255 )