e4011ef211
- schema changes to primary and foreign keys - fixture changes - customer data models subclass AccountScopedRecord - import script updated
9 lines
445 B
YAML
9 lines
445 B
YAML
jz_assignments:
|
|
id: <%= ActiveRecord::FixtureSet.identify("jz_assignments", :uuid) %>
|
|
creator: david_uuid
|
|
tags: mobile
|
|
assignees: jz
|
|
fields: <%= { indexed_by: :all, sorted_by: :newest }.to_json %>
|
|
params_digest: <%= Filter.digest_params({ indexed_by: :all, sorted_by: :newest, tag_ids: [ ActiveRecord::FixtureSet.identify("mobile", :uuid) ], assignee_ids: [ ActiveRecord::FixtureSet.identify("jz", :uuid) ] }) %>
|
|
account: 37s_uuid
|