OpenSimMirror/OpenSim/Data/MySQL/Resources
Sean Dague 702249358b implement email field for MySQL and SQLite
From: Sean Dague <sdague@gmail.com>
2008-11-04 14:54:42 +00:00
..
001_AssetStore.sql Fix mysql migrations. This is tested with an existing up to date schema, 2008-06-12 18:44:58 +00:00
001_GridStore.sql fix an edge case with migrations in the region store. 2008-06-19 15:03:00 +00:00
001_InventoryStore.sql Fix mysql migrations. This is tested with an existing up to date schema, 2008-06-12 18:44:58 +00:00
001_LogStore.sql add migrations support for mysql log store. This should complete 2008-06-19 15:42:57 +00:00
001_RegionStore.sql Fix mysql migrations. This is tested with an existing up to date schema, 2008-06-12 18:44:58 +00:00
001_UserStore.sql Fix mysql migrations. This is tested with an existing up to date schema, 2008-06-12 18:44:58 +00:00
002_AssetStore.sql the beginning of the great id format migration. This makes 2008-06-16 14:10:51 +00:00
002_InventoryStore.sql based on positive feedback on performance of making keys fixed length 2008-06-24 18:01:28 +00:00
002_RegionStore.sql look mom, migrations in action. This adds a couple of indexes 2008-06-12 20:48:06 +00:00
002_UserStore.sql Add the UserStore migrations to the TP fixes patch 2008-08-14 11:15:11 +00:00
003_AssetStore.sql add migration to go from varchar -> char for uuid. Tested 2008-06-23 16:00:18 +00:00
003_RegionStore.sql * Adds Region ban capability to Regions. You access this by going to World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar. 2008-06-21 03:29:08 +00:00
003_UserStore.sql Adds UserFlags and GodLevel to the user data store and plumbs then in. 2008-08-14 19:59:32 +00:00
004_AssetStore.sql Update svn properties. 2008-07-03 03:01:02 +00:00
004_RegionStore.sql add migrations to mysql and sqlite for flags on embedded inventory 2008-06-25 18:57:21 +00:00
004_UserStore.sql Plumb in the partner and the account title fields for profile info. 2008-08-15 22:49:26 +00:00
005_RegionStore.sql patch and files from mantis #1630, Thanks Melanie 2008-06-29 11:48:58 +00:00
005_UserStore.sql Avatar Attachment persistence!! Patch #9168 (Mantis #1171) 2008-08-18 17:22:36 +00:00
006_RegionStore.sql migrate the myisam mysql regions to innodb 2008-07-03 18:45:32 +00:00
006_UserStore.sql * Add userstore sql upgrade I carelessly forgot to check in a couple of revisions ago 2008-09-12 20:38:20 +00:00
007_RegionStore.sql add 3 migrations, 1 each for prims, primshapes, and primitems 2008-07-03 19:41:01 +00:00
007_UserStore.sql implement email field for MySQL and SQLite 2008-11-04 14:54:42 +00:00
008_RegionStore.sql add 3 migrations, 1 each for prims, primshapes, and primitems 2008-07-03 19:41:01 +00:00
009_RegionStore.sql add 3 migrations, 1 each for prims, primshapes, and primitems 2008-07-03 19:41:01 +00:00
010_RegionStore.sql Patch #9148 2008-07-14 01:29:48 +00:00
011_RegionStore.sql add migration for SceneGroupID to char(36) plus add an index. This 2008-07-15 20:06:58 +00:00
012_RegionStore.sql added index to ParentID on prims, as this is sorted on for prim loading. 2008-07-16 22:16:46 +00:00
013_RegionStore.sql Patch #9151 2008-07-18 02:40:47 +00:00
014_RegionStore.sql Add the missing migration files :/ 2008-08-01 02:54:28 +00:00
015_RegionStore.sql Estate series, patch 9 (#9157) 2008-08-01 21:08:00 +00:00
016_RegionStore.sql Add the fields for the eye candy and sale featires to the prims table. 2008-08-24 03:15:02 +00:00
017_RegionStore.sql Implement proper persistence of the following prim properties: 2008-09-08 02:40:20 +00:00
018_RegionStore.sql Thanks, nlin, for a patch implementing persistence for "When Left Clicked" 2008-09-10 00:19:36 +00:00
019_RegionStore.sql Add database persistence for material setting 2008-10-03 12:11:38 +00:00
020_RegionStore.sql Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. 2008-10-18 05:51:36 +00:00
CreateAgentsTable.sql whole lot more moving 2008-04-02 15:24:31 +00:00
CreateAssetsTable.sql whole lot more moving 2008-04-02 15:24:31 +00:00
CreateAvatarAppearance.sql this removes use of the mapper for wearables, and I can confirm things 2008-05-21 18:02:09 +00:00
CreateFoldersTable.sql whole lot more moving 2008-04-02 15:24:31 +00:00
CreateItemsTable.sql * Align new fields upgrade sql to have the same 'not null' and default settings as when an inventoryitems table is newly created 2008-05-01 13:27:40 +00:00
CreateLandTable.sql Update svn properties. Minor formatting cleanup. 2008-05-01 14:31:30 +00:00
CreateLogsTable.sql add migrations support for mysql log store. This should complete 2008-06-19 15:42:57 +00:00
CreateRegionsTable.sql whole lot more moving 2008-04-02 15:24:31 +00:00
CreateUserFriendsTable.sql whole lot more moving 2008-04-02 15:24:31 +00:00
CreateUsersTable.sql whole lot more moving 2008-04-02 15:24:31 +00:00
OpenSim.Data.MySQL.addin.xml Thanks, zaki, for a patch that embeds plugin manifest files into plugin dlls. Fix issue 1876. 2008-08-06 01:20:31 +00:00
UpgradeFoldersTableToVersion2.sql whole lot more moving 2008-04-02 15:24:31 +00:00
UpgradeItemsTableToVersion2.sql whole lot more moving 2008-04-02 15:24:31 +00:00
UpgradeItemsTableToVersion3.sql * Align new fields upgrade sql to have the same 'not null' and default settings as when an inventoryitems table is newly created 2008-05-01 13:27:40 +00:00
UpgradeLandTableToVersion2.sql Update svn properties. Minor formatting cleanup. 2008-05-01 14:31:30 +00:00
UpgradeRegionsTableToVersion2.sql whole lot more moving 2008-04-02 15:24:31 +00:00
UpgradeRegionsTableToVersion3.sql whole lot more moving 2008-04-02 15:24:31 +00:00
UpgradeUsersTableToVersion2.sql whole lot more moving 2008-04-02 15:24:31 +00:00