From 631e10f269210cc352acc453fe04f56343c73360 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 19 Feb 2009 18:31:45 +0000 Subject: * Apply http://opensimulator.org/mantis/view.php?id=3151 * Fixes NHibernate overflow exception when saving some objects (under at least PostgreSQL 8.3) * Thanks Tommil! --- OpenSim/Data/NHibernate/Resources/SQLiteDialect/001_RegionStore.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Data/NHibernate/Resources/SQLiteDialect/001_RegionStore.sql') diff --git a/OpenSim/Data/NHibernate/Resources/SQLiteDialect/001_RegionStore.sql b/OpenSim/Data/NHibernate/Resources/SQLiteDialect/001_RegionStore.sql index 7b591be..1cf5e15 100644 --- a/OpenSim/Data/NHibernate/Resources/SQLiteDialect/001_RegionStore.sql +++ b/OpenSim/Data/NHibernate/Resources/SQLiteDialect/001_RegionStore.sql @@ -71,7 +71,6 @@ CREATE TABLE Prims ( PathTaperX INT DEFAULT NULL, PathTaperY INT DEFAULT NULL, PathTwist INT DEFAULT NULL, - PathTwistBegin INT DEFAULT NULL, ProfileBegin INT DEFAULT NULL, ProfileEnd INT DEFAULT NULL, ProfileCurve INT DEFAULT NULL, -- cgit v1.1