Skip to content

Commit

Permalink
Add materials support to the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaeschler committed Nov 23, 2015
1 parent 8ba0a61 commit 6688987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/inworldz-rdb-base.sql
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ CREATE TABLE `primshapes` (
`Texture` longblob,
`ExtraParams` longblob,
`Media` longblob,
`Materials` longblob,
`UUID` char(36) NOT NULL DEFAULT '',
`PhysicsData` blob,
`PreferredPhysicsShape` tinyint(4) NOT NULL DEFAULT '0',
Expand Down

0 comments on commit 6688987

Please sign in to comment.