mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Patch 5 in the region settings series. Adds a migration to ensure corrupted data is purged and re-read from defaults. Some changes. Still no full functionality
6 lines
45 B
PL/PgSQL
6 lines
45 B
PL/PgSQL
BEGIN;
|
|
|
|
delete from regionsettings;
|
|
|
|
COMMIT;
|