mirror of
git://opensimulator.org/git/opensim
synced 2026-08-15 09:32:16 +00:00
* Hopefully there wasn't a problem anyway, since the look at stuff isn't enabled yet
6 lines
87 B
PL/PgSQL
6 lines
87 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE agents add currentLookAt varchar(36) not null default '';
|
|
|
|
COMMIT;
|