mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
add mssql support for media on a prim
compiles but not tested. please test and correct if necessary!
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
:VERSION 1
|
||||
|
||||
CREATE TABLE [dbo].[prims](
|
||||
@@ -925,5 +925,12 @@ ALTER TABLE regionsettings ADD loaded_creation_datetime int NOT NULL default 0
|
||||
|
||||
COMMIT
|
||||
|
||||
:VERSION 24
|
||||
-- Added post 0.7
|
||||
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE prims ADD COLUMN MediaURL varchar(255)
|
||||
ALTER TABLE primshapes ADD COLUMN Media TEXT
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user