[
http://opencast.jira.com/browse/MH-9407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33009#comment-33009
]
Adam McKenzie commented on MH-9407:
-----------------------------------
Postgres Script:
--
-- Table: service_registration
--
CREATE TABLE "service_registration" (
"id" bigint NOT NULL,
"path" text NOT NULL,
"job_producer" boolean NOT NULL,
"service_type" character varying(255) NOT NULL,
"online" boolean NOT NULL,
"online_from" timestamp,
"service_state" integer NOT NULL,
"state_changed" timestamp,
"warning_state_trigger" bigint,
"error_state_trigger" bigint,
"host_registration" bigint DEFAULT NULL,
PRIMARY KEY ("id"),
CONSTRAINT "UNQ_service_registration_0" UNIQUE ("host_registration",
"service_type")
);
CREATE INDEX "IX_service_registration_UNQ_service_registration_0" on
"service_registration" ("host_registration", "service_type");
> 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]
_______________________________________________