Changes between Version 1 and Version 2 of Ticket #1513


Ignore:
Timestamp:
Mar 23, 2017, 9:12:47 AM (7 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1513

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #1513 – Description

    v1 v2  
    1515also, update_petascopedb.sh needs to run a psql command to update existing petascopedb.
    1616
    17 e.g: change to 65536 characters.
     17e.g: change to text.
    1818
    1919{{{
    2020psql -U postgres petascopedb -c
    2121
    22 'ALTER TABLE wms13_style ALTER COLUMN "rasqlQueryTransformer" TYPE varchar (65536);'
     22'ALTER TABLE wms13_style ALTER COLUMN "rasqlQueryTransformer" TYPE text;'
    2323}}}