diff options
author | Charles Krinke | 2008-02-03 18:05:59 +0000 |
---|---|---|
committer | Charles Krinke | 2008-02-03 18:05:59 +0000 |
commit | c61d0075c133258fdc4ae4f7c26ee57f6e51aff3 (patch) | |
tree | 4e18b3507b3eb5959a3c4737208c26b5042accb5 /OpenSim | |
parent | * Made sure the excuses are up to date and properly attributed.(pCampBot uses... (diff) | |
download | opensim-SC_OLD-c61d0075c133258fdc4ae4f7c26ee57f6e51aff3.zip opensim-SC_OLD-c61d0075c133258fdc4ae4f7c26ee57f6e51aff3.tar.gz opensim-SC_OLD-c61d0075c133258fdc4ae4f7c26ee57f6e51aff3.tar.bz2 opensim-SC_OLD-c61d0075c133258fdc4ae4f7c26ee57f6e51aff3.tar.xz |
Thanks to Brianw for pointing out the definition of OwnerUUID
needed to be consistent with the definition of owner_uuid.
They are both varchar(36) now.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Data.SQLite/Resources/001_RegionStore.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data.SQLite/Resources/001_RegionStore.sql b/OpenSim/Framework/Data.SQLite/Resources/001_RegionStore.sql index 1db8ba8..45a36fa 100644 --- a/OpenSim/Framework/Data.SQLite/Resources/001_RegionStore.sql +++ b/OpenSim/Framework/Data.SQLite/Resources/001_RegionStore.sql | |||
@@ -87,7 +87,7 @@ CREATE TABLE land( | |||
87 | Bitmap blob, | 87 | Bitmap blob, |
88 | Name varchar(255), | 88 | Name varchar(255), |
89 | Desc varchar(255), | 89 | Desc varchar(255), |
90 | OwnerUUID varchar(255), | 90 | OwnerUUID varchar(36), |
91 | IsGroupOwned string, | 91 | IsGroupOwned string, |
92 | Area integer, | 92 | Area integer, |
93 | AuctionID integer, | 93 | AuctionID integer, |