mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
fix nhibernate driver so that it starts (based on the appearance
changes it wouldn't come up). include embedded dialect specific sql files for nhibernate migrations figure out how to get the raw db connection so that migrations can work with nhibernate. create initial migration for NHibernate + SQLite + Assets.
This commit is contained in:
@@ -1339,6 +1339,9 @@
|
||||
<Files>
|
||||
<Match pattern="*.cs" recurse="true"/>
|
||||
<Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource"/>
|
||||
<!-- add more as you go -->
|
||||
<Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/>
|
||||
<Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/>
|
||||
</Files>
|
||||
</Project>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user