Changes between Version 1 and Version 2 of Ticket #1513
- Timestamp:
- Mar 23, 2017, 9:12:47 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1513
- Property Status new → closed
- Property Resolution → fixed
-
Ticket #1513 – Description
v1 v2 15 15 also, update_petascopedb.sh needs to run a psql command to update existing petascopedb. 16 16 17 e.g: change to 65536 characters.17 e.g: change to text. 18 18 19 19 {{{ 20 20 psql -U postgres petascopedb -c 21 21 22 'ALTER TABLE wms13_style ALTER COLUMN "rasqlQueryTransformer" TYPE varchar (65536);'22 'ALTER TABLE wms13_style ALTER COLUMN "rasqlQueryTransformer" TYPE text;' 23 23 }}}