This website requires JavaScript.
Explore
Help
Sign In
OpenSim
/
OpenSimMirror
Watch
1
Star
0
Fork
You've already forked OpenSimMirror
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
16439fa354
OpenSimMirror
/
OpenSim
/
Data
/
SQLite
/
Resources
/
005_AssetStore.sql
6 lines
87 B
PL/PgSQL
Raw
Blame
History
BEGIN
;
ALTER
TABLE
assets
ADD
COLUMN
asset_flags
INTEGER
NOT
NULL
DEFAULT
0
;
COMMIT
;
Reference in New Issue
View Git Blame
Copy Permalink