Change-Id: I6006354d63828c2b7753b4cbb854eecc473d180c VLab Issue #13015 - DCS 14232, change locarea table's area column to 500 characters. SQL change; fixes #13015 Change-Id: I620701d51c14359726d4c1d0229e2c536dc67bc5 Former-commit-id: 5df7cdcf86c8216b0df2b5ae824f2a70487e82f1
3 lines
No EOL
143 B
SQL
Executable file
3 lines
No EOL
143 B
SQL
Executable file
-- Update area column in locarea table of IHFS to hold up to 500 characters
|
|
|
|
ALTER TABLE locarea ALTER COLUMN area TYPE character varying(500); |