[
http://opencast.jira.com/browse/MH-9407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33010#comment-33010
]
Adam McKenzie commented on MH-9407:
-----------------------------------
MySQL:
CREATE TABLE service_registration (
id BIGINT NOT NULL,
path TEXT(65535) NOT NULL,
job_producer TINYINT(1) default 0 NOT NULL,
service_type VARCHAR(255) NOT NULL,
online TINYINT(1) default 0 NOT NULL,
online_from DATETIME,
service_state VARCHAR(32) NOT NULL,
state_changed DATETIME,
warning_state_trigger BIGINT,
error_state_trigger BIGINT,
host_registration BIGINT,
PRIMARY KEY (id)
);
> mysql ddl misses active field for host_registration and service_registration
> ----------------------------------------------------------------------------
>
> Key: MH-9407
> URL: http://opencast.jira.com/browse/MH-9407
> Project: Matterhorn Project
> Issue Type: Bug
> Components: Administrative Tools
> Affects Versions: 1.4
> Reporter: Kristof Keppens
> Priority: Release Blocker
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________