Example #1
0
 public static void EnsureConfigTableExists()
 {
     SchemaHelper.EnsureTableExists(typeof(ConfigItem));
 }