* 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
This commit is contained in:
Justin Clarke Casey
2008-09-12 20:38:20 +00:00
parent 2fcc131ef3
commit 2d7aca6d9d

View File

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