mirror of
git://opensimulator.org/git/opensim
synced 2026-08-15 17:42:16 +00:00
8 lines
238 B
SQL
8 lines
238 B
SQL
BEGIN TRANSACTION;
|
|
|
|
ALTER TABLE useragents add currentLookAtX float not null default 128;
|
|
ALTER TABLE useragents add currentLookAtY float not null default 128;
|
|
ALTER TABLE useragents add currentLookAtZ float not null default 70;
|
|
|
|
COMMIT;
|