Changes between Initial Version and Version 1 of Ticket #1513
- Timestamp:
- Mar 22, 2017, 1:46:39 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1513 – Description
initial v1 15 15 also, update_petascopedb.sh needs to run a psql command to update existing petascopedb. 16 16 17 e.g: change to 2000characters.17 e.g: change to 65536 characters. 18 18 19 19 {{{ 20 20 psql -U postgres petascopedb -c 21 21 22 'ALTER TABLE wms13_style ALTER COLUMN "rasqlQueryTransformer" TYPE varchar ( 2000);'22 'ALTER TABLE wms13_style ALTER COLUMN "rasqlQueryTransformer" TYPE varchar (65536);' 23 23 }}}