User-1653776603 posted
The clubsite as shipped uses 2 databases, one for memberhsip, the other for the club data. This was done just to smplify the dev experience, so you have a clean club database.
You should be able to combine the club data with the membership data in the same database, its just a matter of merging the sql scripts for both, and then using the same connection string.