diff options
Merge branch 'master' of /home/git/repo/OpenSim
Diffstat (limited to 'OpenSim/Data/SQLiteLegacy/Resources/007_RegionStore.sql')
-rw-r--r-- | OpenSim/Data/SQLiteLegacy/Resources/007_RegionStore.sql | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Data/SQLiteLegacy/Resources/007_RegionStore.sql b/OpenSim/Data/SQLiteLegacy/Resources/007_RegionStore.sql deleted file mode 100644 index 1c813a0..0000000 --- a/OpenSim/Data/SQLiteLegacy/Resources/007_RegionStore.sql +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | begin; | ||
2 | |||
3 | alter table estate_settings add column AbuseEmail varchar(255) not null default ''; | ||
4 | |||
5 | alter table estate_settings add column EstateOwner varchar(36) not null default ''; | ||
6 | |||
7 | commit; | ||
8 | |||