tonpa 4 years ago
parent
commit
01f1f3e505
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/metainfo.hrl

+ 1 - 1
include/metainfo.hrl

@@ -2,5 +2,5 @@
 -define(METAINFO_HRL, true).
 -record(schema, {name,tables=[]}).
 -record(table,  {name,container=false,type=set,fields=[],keys=[],
-                 copy_type=application:get_env(kvx,mnesia_media,disc_copies), instance={} }).
+                 copy_type=application:get_env(kvx,mnesia_media,disc_copies), instance={}, mappings =[] }).
 -endif.