mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 03:55:47 +08:00
Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will shortly be changed to work under mono 2.6 and above
This commit is contained in:
8
OpenSim/Data/SQLiteNG/Resources/007_RegionStore.sql
Normal file
8
OpenSim/Data/SQLiteNG/Resources/007_RegionStore.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
begin;
|
||||
|
||||
alter table estate_settings add column AbuseEmail varchar(255) not null default '';
|
||||
|
||||
alter table estate_settings add column EstateOwner varchar(36) not null default '';
|
||||
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user