Sha256: 126d5067b85855591c90cbbbc126f424ae5104a06aee64f7a10a297b568980e0

Contents?: true

Size: 626 Bytes

Versions: 12

Compression:

Stored size: 626 Bytes

Contents

---
meta:
  name: parent
  type: document
keys:
  _id:
    desc: Unique id
    type: object_id
    read: all
    write: app
  house:
    desc: Parent house
    type: string
    read: all
    write: user
  models_count:
    desc: Models count
    type: integer
    default: 0
    read: all
    write: app
  models_featured_count:
    desc: Models featured count
    type: integer
    default: 0
    read: all
    write: app
  models_featured_nested_count:
    desc: Models nested featured count
    type: integer
    default: 0
    read: all
    write: app
  link:
    desc: Link
    read: all
    write: dev

many:
  - models

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
mongocore-0.5.1 config/db/schema/parent.yml
mongocore-0.5.0 config/db/schema/parent.yml
mongocore-0.4.5 config/db/schema/parent.yml
mongocore-0.4.4 config/db/schema/parent.yml
mongocore-0.4.3 config/db/schema/parent.yml
mongocore-0.4.2 config/db/schema/parent.yml
mongocore-0.4.1 config/db/schema/parent.yml
mongocore-0.4.0 config/db/schema/parent.yml
mongocore-0.3.2 config/db/schema/parent.yml
mongocore-0.3.1.1 config/db/schema/parent.yml
mongocore-0.3.1 config/db/schema/parent.yml
mongocore-0.3.0 config/db/schema/parent.yml