Sign in
apache
/
hive
/
trunk
/
.
/
metastore
/
scripts
/
upgrade
/
mysql
/
upgrade-0.7.0-to-0.8.0.mysql.sql
blob: 6791e1c3d6daa94186aac7c1c729488f8f1ec329 [
file
] [
log
] [
blame
]
SELECT
'Upgrading MetaStore schema from 0.7.0 to 0.8.0'
AS
' '
;
SOURCE
008
-
HIVE-2246
.
mysql
.
sql
;
SOURCE
009
-
HIVE-2215
.
mysql
.
sql
;
SELECT
'Finished upgrading MetaStore schema from 0.7.0 to 0.8.0'
AS
' '
;