Sign in
apache
/
hive
/
trunk
/
.
/
metastore
/
scripts
/
upgrade
/
mysql
/
upgrade-0.10.0-to-0.11.0.mysql.sql
blob: 9195aabab7527a65f22c32f211bf3c04c7bbb691 [
file
] [
log
] [
blame
]
SELECT
'Upgrading MetaStore schema from 0.10.0 to 0.11.0'
AS
' '
;
SELECT
'Finished upgrading MetaStore schema from 0.10.0 to 0.11.0'
AS
' '
;