Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update svn properties, clean up formatting, refactor out duplicate ↵ | Jeff Ames | 2008-06-13 | 1 | -7/+16 |
| | | | | hard-coded port numbers. | ||||
* | check in working migration code fore SQLite. This | Sean Dague | 2008-06-11 | 1 | -1/+7 |
| | | | | | | | | is now using migrations instead of the old model to create tables. Tested for existing old tables, and for creating new ones. | ||||
* | I'm going to need the Version property to manage | Sean Dague | 2008-06-10 | 1 | -0/+6 |
| | | | | | | | migrating from the old to the new system. Silly legacy code. | ||||
* | update of migration code to be more sane on version | Sean Dague | 2008-06-10 | 1 | -40/+37 |
| | | | | | | | tracking, and support sub types that we'll need for nhibernate. | ||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-06-10 | 1 | -8/+16 |
| | |||||
* | actually create and populate the migrations table correctly. | Sean Dague | 2008-06-09 | 1 | -8/+25 |
| | |||||
* | migrations seem to not break anything at this point. | Sean Dague | 2008-06-09 | 1 | -12/+24 |
| | | | | | | | Tomorrow I'll start trying to integrate them into sqlite to see if this works right for table migration. | ||||
* | move Migration support into OpenSim.Data, because it | Sean Dague | 2008-06-09 | 1 | -0/+198 |
really turned out to be small enough to not need it's own assembly |