You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2013/01/19 15:56:12 UTC

[jira] [Closed] (ROL-1819) Tiny typo in 4.0.1 HSQLDB script

     [ https://issues.apache.org/jira/browse/ROL-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Mazza closed ROL-1819.
---------------------------

    
> Tiny typo in 4.0.1 HSQLDB script
> --------------------------------
>
>                 Key: ROL-1819
>                 URL: https://issues.apache.org/jira/browse/ROL-1819
>             Project: Roller
>          Issue Type: Bug
>          Components: Database Access & Data Model
>    Affects Versions: 4.0.1
>            Reporter: Jerome Pramondon
>            Assignee: Glen Mazza
>            Priority: Minor
>
> When creating the DB model using HSQLDB, the script contains a small inversion. The 'webpage' table has an 'action' column that is created this way : 
> action varchar(16) not null default 'custom'
> This causes an execution problem that can be easily fixed by replacing this line by : 
> action varchar(16) default 'custom' not null

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira