aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/006_UserStore.sql
blob: 10b321e6019423105fa547d8a8be4f6e2c9218d7 (plain)
1
2
3
4
5
BEGIN;

ALTER TABLE agents add currentLookAt varchar(36) not null default '';

COMMIT;