e4011ef211
- schema changes to primary and foreign keys - fixture changes - customer data models subclass AccountScopedRecord - import script updated
21 lines
474 B
YAML
21 lines
474 B
YAML
writebook:
|
|
id: <%= ActiveRecord::FixtureSet.identify("writebook", :uuid) %>
|
|
name: Writebook
|
|
creator: david_uuid
|
|
all_access: true
|
|
account: 37s_uuid
|
|
|
|
private:
|
|
id: <%= ActiveRecord::FixtureSet.identify("private", :uuid) %>
|
|
name: Private board
|
|
creator: kevin_uuid
|
|
all_access: false
|
|
account: 37s_uuid
|
|
|
|
staplers:
|
|
id: <%= ActiveRecord::FixtureSet.identify("staplers", :uuid) %>
|
|
name: Staplers
|
|
creator: mike_uuid
|
|
all_access: true
|
|
account: initech_uuid
|