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