[
https://jira.duraspace.org/browse/DS-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robin Taylor resolved DS-1379.
------------------------------
Resolution: Fixed
Pull request #146 merged
> Invalid update script for oracle db - database_schema_18-3.sql
> --------------------------------------------------------------
>
> Key: DS-1379
> URL: https://jira.duraspace.org/browse/DS-1379
> Project: DSpace
> Issue Type: Bug
> Affects Versions: 3.0
> Reporter: Artur Konczak
> Assignee: Hardy Pottinger
> Fix For: 3.0
>
>
> sql script for 'resourcepolicy' has a invalid separators for a columns
> ';'(semicolon) instead of ','(commas)
> PATH: dspace/etc/oracle/database_schema_18-3.sql
> Current version:
> ALTER TABLE resourcepolicy
> ADD (
> rpname VARCHAR2(30);
> rptype VARCHAR2(30);
> rpdescription VARCHAR2(100)
> );
> Fixed version:
> ALTER TABLE resourcepolicy
> ADD (
> rpname VARCHAR2(30),
> rptype VARCHAR2(30),
> rpdescription VARCHAR2(100)
> );
--
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
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel