Sign in
apache
/
hive
/
refs/heads/branch-2
/
.
/
metastore
/
scripts
/
upgrade
/
postgres
/
030-HIVE-12831.postgres.sql
blob: 3f314e8c87baeccb6fea044c12f9a3b2ffb5b62c [
file
] [
log
] [
blame
]
ALTER
TABLE
HIVE_LOCKS
ADD
COLUMN
HL_BLOCKEDBY_EXT_ID bigint
;
ALTER
TABLE
HIVE_LOCKS
ADD
COLUMN
HL_BLOCKEDBY_INT_ID bigint
;