diff --git a/OpenSim/Data/SQLite/Resources/006_RegionStore.sql b/OpenSim/Data/SQLite/Resources/006_RegionStore.sql index 15d33752cf..94ed8181cd 100644 --- a/OpenSim/Data/SQLite/Resources/006_RegionStore.sql +++ b/OpenSim/Data/SQLite/Resources/006_RegionStore.sql @@ -53,6 +53,7 @@ CREATE TABLE estateban ( bannedNameMask varchar(64) default NULL ); +drop table regionsettings; CREATE TABLE regionsettings ( regionUUID char(36) NOT NULL, block_terraform int(11) NOT NULL,