veloren/server/src/migrations
2023-12-05 15:54:12 -04:00
..
V1__character.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V2__body.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V3__stats.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V4__race_species.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V5__inventory.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V6__loadout.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V7__inv_increase.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V8__skills.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V9__add_missing_inv_loadout.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V10__dash_melee_energy_cost_fix.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V11__migrate_armour_stats.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V12__update_item_stats.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V13__fix_projectile_stats.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V14__power_stat_for_weapons.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V15__fix_various_problems.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V16__item_persistence.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V17__move_sceptres.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V18__rename_npcweapons.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V19__move_waypoint_to_stats.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V20__item_storage.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V21__shinygem_to_diamond.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V22__skills.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V23__purge_duplicate_items.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V24__remove_duplicate_possess_stick.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V25__starter_gear.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V26__weapon_replacements.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V27__armor_reorganization.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V28__fix_sturdy_red_backpack.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V29__fix_other_backpacks.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V30__fix_leather_set.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V31__fix_debug_armor.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V32__reset_sceptre_skills.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V33__fix_amethyst_staff.sql * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
V34__remove_immunemelee_bexplosion.sql Unlock dodge roll iframes and staff explosion by default. 2021-04-18 16:16:06 -04:00
V35__rename_craftsman_hammer.sql remove old craftsman hammer, add migration 2021-04-20 03:34:11 +02:00
V36__deduplicate_items.sql Deduplicated stuff in npc_armor. 2021-04-29 15:45:14 -04:00
V37__equip_slots.sql Added equip slots for other weapons. 2021-05-15 15:16:37 -05:00
V38__reset_bow_skills.sql Made new skills for reworked bow. 2021-05-22 12:33:21 -05:00
V39__meat_MR_organization.sql cave adjustments 2021-06-07 11:02:34 +02:00
V40__meat_fix.sql mig fix 2021-06-07 08:32:59 -04:00
V41__mining_tree.sql Mining skill tree. 2021-06-13 14:34:42 -04:00
V42__remove_warlock_warlord.sql Rename remove_warlock_warlord migration so it actually triggers. 2021-06-26 16:28:49 -04:00
V43__pets.sql * Pets are now saved on logout and spawned with the player on login 2021-07-28 22:36:41 +00:00
V44__reduce_asset_duplication.sql Reduce duplication in glider asset identifiers 2021-09-26 13:49:49 +00:00
V45__new_necklaces.sql DoctorKompot - New Necklaces 2021-10-22 05:24:20 +00:00
V46__skill_persistence.sql Hash value now stored as a blob instead of a json string. 2022-01-03 19:55:03 -05:00
V47__ability_sets.sql Fixed bug with returning to general combat skill tree. 2022-01-15 21:49:30 -05:00
V48__remove_bomb_pile.sql Remove bomb pile item 2022-01-19 19:31:43 +00:00
V49__modular_weapons.sql Moved items from 'items.crafting_ing.modular' to 'items.modular.weapon' (no assets). 2022-05-16 15:11:44 -04:00
V50__musical_instruments.sql Musical Instruments part 2 2022-11-10 20:59:53 +00:00
V51__item_durability.sql Fixed csv tools 2023-04-06 10:57:13 -04:00
V52__miner_helmets.sql fixed migrations 2023-07-27 00:24:43 +02:00
V53__potion_combustion.sql Migration for burning potion 2023-12-05 15:54:12 -04:00