* From Mantis#2701 - Implements NHibernate data adapter, adds support for MsSql2005 to NHibernate.

* Patch courtesy of Adminotech and realXtend. Thanks!
This commit is contained in:
Adam Frisby
2008-12-01 07:50:38 +00:00
parent 6c86823803
commit 4ed7ca62b1
22 changed files with 516 additions and 386 deletions

View File

@@ -2,8 +2,8 @@ BEGIN;
CREATE TABLE `Terrain` (
`RegionID` char(36) not null,
`Map` longblob,
`MapData` longblob,
PRIMARY KEY (`RegionID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
COMMIT;
COMMIT;