index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Data
/
SQLite
/
Resources
/
005_AssetStore.sql
blob: f06121abc18695148e7c82a633ba03614569e465 (
plain
)
1
2
3
4
5
BEGIN
;
ALTER TABLE
assets
ADD COLUMN
asset_flags
INTEGER
NOT NULL DEFAULT
0
;
COMMIT
;