You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "David Johnson (JIRA)" <no...@atlassian.com> on 2007/07/01 05:26:31 UTC

[Roller-JIRA] Assigned: (ROL-1363) Migration Oracle database 3.0 to 3.1 partitialy failed

     [ http://opensource.atlassian.com/projects/roller/browse/ROL-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Johnson reassigned ROL-1363:
----------------------------------

    Assignee: David Johnson  (was: Roller Unassigned)

> Migration Oracle database 3.0 to 3.1 partitialy failed
> ------------------------------------------------------
>
>                 Key: ROL-1363
>                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1363
>             Project: Roller
>          Issue Type: Bug
>          Components: Configuration & Settings
>    Affects Versions: 3.1
>         Environment: Oracle
>            Reporter: Boris
>            Assignee: David Johnson
>             Fix For: 3.1.1, 4.0
>
>
> There is a bug in oracle db script: 300-to-310-migration.sql
> -- The rag_group_subscription table has been simplified and no longer needs a 
> -- primary key but we don't want to drop the field just yet because that would 
> -- make it impossible to abort a 3.1 upgrade and return to 3.0. 
> alter table rag_group_subscription drop id not null;
>     alter table rag_group_subscription drop id not null
>                                             *
> ERROR at line 1:
> ORA-00905: missing keyword
> alter table rag_group_subscription drop primary key;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira