NAME

Maximus::Schema::Result::Scm

ACCESSORS

id

data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0

software

data_type: 'varchar'
is_nullable: 0
size: 15

repo_url

data_type: 'varchar'
is_nullable: 0
size: 255

settings

data_type: 'text'
is_nullable: 0

revision

data_type: 'varchar'
is_nullable: 1
size: 45

auto_discover_request

data_type: 'datetime'
datetime_undef_if_invalid: 1
is_nullable: 1

auto_discover_response

data_type: 'text'
is_nullable: 1

RELATIONS

modules

Type: has_many

Related object: Maximus::Schema::Result::Module

METHODS

insert

Inserting a scm record will also insert a role with a value of scm-id-mutable.

delete

Deleting a scm record will also remove any related roles

get_role

Retrieve role

sqlt_deploy_hook

Force MySQL to use InnoDB and UTF-8