Mono Support One group is not in database ?  

Viewed 9852 time(s), 2 post(s), 5/7/2014 4:37:01 PM - by super
5/7/2014 4:37:01 PM
6018 Reputation 709 Total posts

By default, monox has a group called "Web Design",  THIS ONE

I have installed monox on my computer with demo sample data and I see this Group "Web Design",

But when I go to the database,

/****** Script for SelectTopNRows command from SSMS  ******/
SELECT [Id]
      ,[ApplicationId]
      ,[LanguageId]
      ,[SnGroupId]
      ,[Name]
      ,[UserId]
      ,[DateCreated]
      ,[Description]
      ,[DailyReportSentOn]
      ,[IsClosed]
      ,[IsPinned]
      ,[PinnedOn]
      ,[PinnedByUserId]
  FROM [Monox].[dbo].[SnDiscussionBoard]

I do not see this in the database, why ?

1
5/8/2014 8:49:16 AM
231 Reputation 38 Total posts

Hi Super,

Groups are stored in the SnGroup table. You should be able to find specified group there.

Regards,
Darjan

2
This is a demo site for MonoX. Please visit Mono Software for more info.