wiki.techinc.nl/maintenance/archives/patch-ul_value.sql

5 lines
89 B
MySQL
Raw Normal View History

-- Add the ul_value column to updatelog
ALTER TABLE /*_*/updatelog
add ul_value blob;