diff options
author | Charles Krinke | 2009-02-14 22:31:39 +0000 |
---|---|---|
committer | Charles Krinke | 2009-02-14 22:31:39 +0000 |
commit | 38b1f2dbfc6b53aa257b9d261552e16ba5b756d5 (patch) | |
tree | 0144e2b7ec3b04e44b2b7abc091ea21d1e7cfbd6 /OpenSim/Data/NHibernate/Resources | |
parent | Restores the HGWorldMap functionality that has been reduced since a recent re... (diff) | |
download | opensim-SC_OLD-38b1f2dbfc6b53aa257b9d261552e16ba5b756d5.zip opensim-SC_OLD-38b1f2dbfc6b53aa257b9d261552e16ba5b756d5.tar.gz opensim-SC_OLD-38b1f2dbfc6b53aa257b9d261552e16ba5b756d5.tar.bz2 opensim-SC_OLD-38b1f2dbfc6b53aa257b9d261552e16ba5b756d5.tar.xz |
Mantis 3164. Thank you kindly, TLaukkan (Tommil) for a patch that:
* Added tests for manager, user and group lists.
* Added test for ban list. The test had to be left as ignored as
native MySQL throws exception when ban is saved.
* Added utility class to support parametrized unit tests for range checking.
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_EstateStore.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_EstateStore.sql b/OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_EstateStore.sql index 893e2a2..0e95963 100644 --- a/OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_EstateStore.sql +++ b/OpenSim/Data/NHibernate/Resources/MsSql2005Dialect/001_EstateStore.sql | |||
@@ -7,7 +7,7 @@ CREATE TABLE EstateSettings ( | |||
7 | RedirectGridY INT NULL, | 7 | RedirectGridY INT NULL, |
8 | BillableFactor REAL NULL, | 8 | BillableFactor REAL NULL, |
9 | PricePerMeter INT NULL, | 9 | PricePerMeter INT NULL, |
10 | SunPosition REAL NULL, | 10 | SunPosition FLOAT NULL, |
11 | 11 | ||
12 | UseGlobalTime BIT NULL, | 12 | UseGlobalTime BIT NULL, |
13 | FixedSun BIT NULL, | 13 | FixedSun BIT NULL, |