mirror of
git://opensimulator.org/git/opensim
synced 2026-08-15 17:42:16 +00: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
10 lines
135 B
PL/PgSQL
10 lines
135 B
PL/PgSQL
# 1 "010_RegionStore.sql"
|
|
# 1 "<built-in>"
|
|
# 1 "<command line>"
|
|
# 1 "010_RegionStore.sql"
|
|
BEGIN;
|
|
|
|
DELETE FROM regionsettings;
|
|
|
|
COMMIT;
|