mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Mantis#2657. Thank you kindly, StrawberryFride for a patch that:
Added access_time and create_time, plus the new sun position data to MSSQL code.
This commit is contained in:
6
OpenSim/Data/MSSQL/Resources/003_AssetStore.sql
Normal file
6
OpenSim/Data/MSSQL/Resources/003_AssetStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE assets add create_time integer default 0
|
||||
ALTER TABLE assets add access_time integer default 0
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user