summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-ul_value.sql
blob: 50f4e9a8d75bb429c474ce20a9871398c5ab6b76 (plain)
1
2
3
4
-- Add the ul_value column to updatelog

ALTER TABLE /*_*/updatelog
  add ul_value blob;