Omaha #4381 Fixed guava message not being delivered, store table column not large enough.
Change-Id: I6e8d49321accd1efb3f1b694a936ac52bbd0fbfa Former-commit-id: effffdcbd158dcf977ac7d7af928e42f448f0156
This commit is contained in:
parent
23cb520937
commit
a5cf15a518
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# DR #4381 Add more space to the message column in notification table.
|
||||||
|
|
||||||
|
PSQL="/awips2/psql/bin/psql"
|
||||||
|
|
||||||
|
echo "INFO: Extending size of message column in event.notification table."
|
||||||
|
|
||||||
|
${PSQL} -U awips -d metadata -q -c "ALTER TABLE IF EXISTS events.notification ALTER COLUMN message TYPE
|
||||||
|
varchar(1024);"
|
||||||
|
|
||||||
|
echo "Done."
|
Loading…
Add table
Reference in a new issue