aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/002_GridStore.sql
blob: 35b9be122e2c28e283a68045d3277c4cdbced98a (plain)
1
2
3
4
5
BEGIN;

ALTER TABLE regions add column access integer unsigned default 1;

COMMIT;