Sign in
apache
/
hive
/
trunk
/
.
/
metastore
/
scripts
/
upgrade
/
postgres
/
002-HIVE-1068.postgres.sql
blob: 191d15fd26b95c7ecefe95f960ddb92dec403aa6 [
file
]
SELECT
'< HIVE-1068: CREATE VIEW followup: add a "table type" enum attribute in metastore >'
;
ALTER
TABLE
"TBLS"
ADD
COLUMN
"TBL_TYPE"
character
varying
(
128
);