mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
Add the missing migration files :/
This commit is contained in:
8
OpenSim/Data/MySQL/Resources/014_RegionStore.sql
Normal file
8
OpenSim/Data/MySQL/Resources/014_RegionStore.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
begin;
|
||||
|
||||
alter table estate_settings add column AbuseEmail varchar(255) not null;
|
||||
|
||||
alter table estate_settings add column EstateOwner varchar(36) not null;
|
||||
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user