projects
/
pr0n
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Actually add the SQL upgrade.
[pr0n]
/
sql
/
upgrade-v2.71.sql
1
--
2
-- Upgrades pre-v2.71 databases to 2.71 format.
3
--
4
ALTER TABLE last_picture_cache ADD COLUMN last_update TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT now();
5
ALTER TABLE events DROP COLUMN last_update;
6