Commit ec533816 authored by Jacob Schatz's avatar Jacob Schatz Committed by Micaël Bergeron

Added mapping key

parent 17ddbcbb
......@@ -68,6 +68,8 @@ module Pseudonymity
type_results.each do | type_result |
@schema[table][type_result["column_name"]] = type_result["data_type"]
end
# hard coded because all mapping keys in GL are id
@schema[table]["gl_mapping_key"] = "id"
end
def parse_config
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment