* Add userstore sql upgrade I carelessly forgot to check in a couple of revisions ago

* Hopefully there wasn't a problem anyway, since the look at stuff isn't enabled yet
0.6.0-stable
Justin Clarke Casey 2008-09-12 20:38:20 +00:00
parent 2fcc131ef3
commit 2d7aca6d9d
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE agents add currentLookAt varchar(36) not null default '';
COMMIT;