diff options
Diffstat (limited to 'OpenSim/Framework/Data.SQLite/Resources')
-rw-r--r-- | OpenSim/Framework/Data.SQLite/Resources/001_RegionStore.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Data.SQLite/Resources/001_RegionStore.sql b/OpenSim/Framework/Data.SQLite/Resources/001_RegionStore.sql index 45a36fa..15f3d9f 100644 --- a/OpenSim/Framework/Data.SQLite/Resources/001_RegionStore.sql +++ b/OpenSim/Framework/Data.SQLite/Resources/001_RegionStore.sql | |||
@@ -72,6 +72,7 @@ CREATE TABLE primshapes(UUID varchar(255) primary key, | |||
72 | ProfileEnd integer, | 72 | ProfileEnd integer, |
73 | ProfileCurve integer, | 73 | ProfileCurve integer, |
74 | ProfileHollow integer, | 74 | ProfileHollow integer, |
75 | State integer, | ||
75 | Texture blob, | 76 | Texture blob, |
76 | ExtraParams blob); | 77 | ExtraParams blob); |
77 | 78 | ||