logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pinto::Schema::Result::Revision - Represents a set of changes to a stack

Accessors

id
         data_type: 'integer'
         is_auto_increment: 1
         is_nullable: 0

   uuid
         data_type: 'text'
         is_nullable: 0

   message
         data_type: 'text'
         is_nullable: 0

   username
         data_type: 'text'
         is_nullable: 0

   utc_time
         data_type: 'integer'
         is_nullable: 0

   time_offset
         data_type: 'integer'
         is_nullable: 0

   is_committed
         data_type: 'boolean'
         is_nullable: 0

   has_changes
         data_type: 'boolean'
         is_nullable: 0

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Moose Roles Applied

       •   Pinto::Role::Schema::Result

Name

       Pinto::Schema::Result::Revision

Primary Key

       •   "id"

Relations

ancestry_children
       Type: has_many

       Related object: Pinto::Schema::Result::Ancestry

   ancestry_parents
       Type: has_many

       Related object: Pinto::Schema::Result::Ancestry

   registrations
       Type: has_many

       Related object: Pinto::Schema::Result::Registration

   stacks
       Type: has_many

       Related object: Pinto::Schema::Result::Stack

Table: "Revision"

Unique Constraints

"uuid_unique"
       •   "uuid"

Version

       version 0.14

See Also