Sign in
apache
/
hive
/
trunk
/
.
/
metastore
/
scripts
/
upgrade
/
mysql
/
002-HIVE-1068.mysql.sql
blob: 5765961a5caa284457acf1606dac8d78839a558c [
file
] [
log
] [
blame
]
SELECT
'< HIVE-1068: CREATE VIEW followup: add a "table type" enum attribute in metastore >'
AS
' '
;
ALTER
TABLE
`
TBLS
`
ADD
`
TBL_TYPE
`
VARCHAR
(
128
);