mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Alter the migrations so that it is a no-op as the columns are unused and the operation is very expensive
This commit is contained in:
@@ -77,4 +77,5 @@ ALTER TABLE assets ADD COLUMN CreatorID varchar(128) NOT NULL DEFAULT '';
|
||||
|
||||
:VERSION 9
|
||||
|
||||
ALTER TABLE assets MODIFY description varchar(128);
|
||||
BEGIN;
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user