diff options
author | Justin Clarke Casey | 2008-12-01 18:42:14 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-01 18:42:14 +0000 |
commit | 80520206fcd4c8c85eb28b4800c42136365b164d (patch) | |
tree | 9a5f583028198b44b0dc98b409fa410a4dab6418 /OpenSim/Data/NHibernate/Resources/MySQLDialect | |
parent | * Temporarily revert nhibernate.dll to the previous one (diff) | |
download | opensim-SC-80520206fcd4c8c85eb28b4800c42136365b164d.zip opensim-SC-80520206fcd4c8c85eb28b4800c42136365b164d.tar.gz opensim-SC-80520206fcd4c8c85eb28b4800c42136365b164d.tar.bz2 opensim-SC-80520206fcd4c8c85eb28b4800c42136365b164d.tar.xz |
* Unforunately it turns out not to be that simple. Revert the rest of r7560 for now.
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/MySQLDialect')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/MySQLDialect/002_RegionStore.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/MySQLDialect/002_RegionStore.sql b/OpenSim/Data/NHibernate/Resources/MySQLDialect/002_RegionStore.sql index d34d44e..fc11e95 100644 --- a/OpenSim/Data/NHibernate/Resources/MySQLDialect/002_RegionStore.sql +++ b/OpenSim/Data/NHibernate/Resources/MySQLDialect/002_RegionStore.sql | |||
@@ -2,8 +2,8 @@ BEGIN; | |||
2 | 2 | ||
3 | CREATE TABLE `Terrain` ( | 3 | CREATE TABLE `Terrain` ( |
4 | `RegionID` char(36) not null, | 4 | `RegionID` char(36) not null, |
5 | `MapData` longblob, | 5 | `Map` longblob, |
6 | PRIMARY KEY (`RegionID`) | 6 | PRIMARY KEY (`RegionID`) |
7 | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 7 | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
8 | 8 | ||
9 | COMMIT; | 9 | COMMIT; \ No newline at end of file |