mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix for Bug #2065: New check out crashes on sqlite migration
I apparently missed one drop tables statement that was actually needed when I did the cleaning to make this work for old sqlite versions.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user