hdkv
/
i2_bot
Archived
1
Fork 0
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues/pull-requests.
i2_bot/lib/migrations
Vladimir Hodakov 88c9853c77 Latest game update reflections
Added ``pokememes_wealth`` in profiles, because we now can retrieve it
from profiles.
Removed ``pokememe_lvl`` from profile pokememes due to latest game
update, where level calculating become almost impossible (or hard enough
to throw it away).
Added ``pokememe_attack`` for profile pokememes, which will be used
instead of level.
2017-10-22 13:13:20 +04:00
..
migrationsinterface Refactoring: now we respect gofmt and have some comments 2017-10-18 09:39:50 +04:00
1_hello.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
2_create_players.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
3_create_profiles.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
4_create_pokememes.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
5_create_locations.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
6_create_elements.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
7_create_leagues.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
8_create_relations.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
9_update_locations.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
10_update_leagues.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
11_profile_data_additions.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
12_create_profile_relations.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
13_create_weapons_and_add_wealth.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
14_fix_time_element.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
15_create_chats.go Refactoring: now we respect gofmt and have some comments 2017-10-18 09:39:50 +04:00
16_change_chat_type_column.go Chats saving to database 2017-10-21 14:14:46 +04:00
17_change_profile_pokememes_columns.go Latest game update reflections 2017-10-22 13:13:20 +04:00
18_add_pokememes_wealth.go Latest game update reflections 2017-10-22 13:13:20 +04:00
exported.go All code formatted with gofmt 2017-10-18 07:03:34 +04:00
migrations.go Latest game update reflections 2017-10-22 13:13:20 +04:00