OpenSimMirror/OpenSim/Data/SQLite
AlexRa ebc2b6d4f6 Split migrations for RegionStore and EstateStore (see WARNING!)
ok, so the estate stores now want their own migration files, but as it
happened the SQL definition were inside the Region migrations.
It seems better/cleaner to keep each 'store' separately updatable.

WARNING: any editing in the middle of the migration scripts (as opposite
to just appending to them) has the potential of messing up updates of
existing databases.  As far as I can see, this one is (probably) safe,
the worst that could happen is the EstateStore migration silently fail
if the estate the tables are already there.
2010-05-23 11:48:16 +03:00
..
Properties Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
Resources Split migrations for RegionStore and EstateStore (see WARNING!) 2010-05-23 11:48:16 +03:00
SQLiteAssetData.cs Revert one of the previous patches' hunks. The new code looked better, but 2010-05-20 11:03:38 +01:00
SQLiteAuthenticationData.cs minor: eliminate more debug Console.WriteLines, convert one to logging instead 2010-04-30 22:22:03 +01:00
SQLiteAvatarData.cs rename SQLiteNG to SQLite and SQLite to SQLiteLegacy 2010-04-30 17:45:00 +01:00
SQLiteEstateData.cs rename SQLiteNG to SQLite and SQLite to SQLiteLegacy 2010-04-30 17:45:00 +01:00
SQLiteFramework.cs rename SQLiteNG to SQLite and SQLite to SQLiteLegacy 2010-04-30 17:45:00 +01:00
SQLiteFriendsData.cs rename SQLiteNG to SQLite and SQLite to SQLiteLegacy 2010-04-30 17:45:00 +01:00
SQLiteGenericTableHandler.cs minor: eliminate more debug Console.WriteLines, convert one to logging instead 2010-04-30 22:22:03 +01:00
SQLiteGridUserData.cs These files are part of the GridUserService write-up. 2010-05-07 21:32:02 -07:00
SQLiteInventoryStore.cs rename SQLiteNG to SQLite and SQLite to SQLiteLegacy 2010-04-30 17:45:00 +01:00
SQLiteRegionData.cs * Fixed spamming the assets table with map tiles. The tile image ID is now stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. 2010-05-09 13:39:56 -07:00
SQLiteUserAccountData.cs rename SQLiteNG to SQLite and SQLite to SQLiteLegacy 2010-04-30 17:45:00 +01:00
SQLiteUtils.cs rename SQLiteNG to SQLite and SQLite to SQLiteLegacy 2010-04-30 17:45:00 +01:00
SQLiteXInventoryData.cs Switched everything to XInventory by default. The old Inventory is still there for now, in case bugs pop up with XInventory. 2010-05-02 10:31:35 -07:00