Skip to content

Commit

Permalink
8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Mar 22, 2021
1 parent 2bcc419 commit 01f1f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/metainfo.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 01f1f3e

Please sign in to comment.