mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08: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;
|