diff options
author | Jeff Ames | 2008-11-21 18:44:48 +0000 |
---|---|---|
committer | Jeff Ames | 2008-11-21 18:44:48 +0000 |
commit | ecac5c9c5a18241c62a25834b20be38ee0e38843 (patch) | |
tree | a0a0678b8060d69cf01f9cba8f661fc856105142 /OpenSim/Data/MySQL | |
parent | * Largely revert the last revision and improve on the previous way of doing t... (diff) | |
download | opensim-SC_OLD-ecac5c9c5a18241c62a25834b20be38ee0e38843.zip opensim-SC_OLD-ecac5c9c5a18241c62a25834b20be38ee0e38843.tar.gz opensim-SC_OLD-ecac5c9c5a18241c62a25834b20be38ee0e38843.tar.bz2 opensim-SC_OLD-ecac5c9c5a18241c62a25834b20be38ee0e38843.tar.xz |
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/022_RegionStore.sql | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Data/MySQL/Resources/022_RegionStore.sql b/OpenSim/Data/MySQL/Resources/022_RegionStore.sql index af4fdce..df0bb7d 100644 --- a/OpenSim/Data/MySQL/Resources/022_RegionStore.sql +++ b/OpenSim/Data/MySQL/Resources/022_RegionStore.sql | |||
@@ -1,6 +1,6 @@ | |||
1 | BEGIN; | 1 | BEGIN; |
2 | 2 | ||
3 | ALTER TABLE prims ADD COLUMN CollisionSound char(36) not null default '00000000-0000-0000-0000-000000000000'; | 3 | ALTER TABLE prims ADD COLUMN CollisionSound char(36) not null default '00000000-0000-0000-0000-000000000000'; |
4 | ALTER TABLE prims ADD COLUMN CollisionSoundVolume float not null default 0.0; | 4 | ALTER TABLE prims ADD COLUMN CollisionSoundVolume float not null default 0.0; |
5 | 5 | ||
6 | COMMIT; | 6 | COMMIT; |