Browse Source

fix kvs shema. forgot to rename

Maxim Sokhatsky 11 years ago
parent
commit
7b2b21b297
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rels/web/files/sys.config

+ 1 - 1
rels/web/files/sys.config

@@ -18,7 +18,7 @@
       {log_modules,logallow},
       {dba, store_mnesia},
       {schema, [kvs_user, kvs_acl, kvs_feed, kvs_subscription,
-                db_config, db_scoring, db_accounts, db_table, db_tournaments, db_game_log ]}]},
+                db_config, db_scoring, db_accounts, db_table, db_tournaments, db_journal ]}]},
  {sasl, [
          {sasl_error_logger, {file, "log/sasl-error.log"}},
          {errlog_type, error},