Browse Source

fix typo in filename

Roman Dayneko 11 years ago
parent
commit
29bf8bac18
1 changed files with 0 additions and 12 deletions
  1. 0 12
      apps/db/src/db_tabes.erl

+ 0 - 12
apps/db/src/db_tabes.erl

@@ -1,12 +0,0 @@
--module(db_tabes).
--include_lib("kvs/include/metainfo.hrl").
--include_lib("db/include/table.hrl").
--compile(export_all).
-
-metainfo() ->
-    #schema{name = kvs, tables = 
-                [
-                 #table{name = game_table, fields=record_info(fields, game_table)},
-                 #table{name = save_game_table, fields=record_info(fields, save_game_table)}
-                ]
-           }.