timetracker/games/migrations
Lukáš Kucharczyk b81989a352 Model changes
* More fields are now optional. This is to make it easier to add new items in bulk.
  * Game: Wikidata ID
  * Edition: Platform, Year
  * Purchase: Platform
  * Platform: Group
  * Session: Device
* New fields:
  * Game: Year Released
    * To record original year of release
    * Upon migration, this will be set to a year of any of the game's edition that has it set
  * Purchase: Date Finished
* Editions are now unique combination of name and platform
2023-11-18 09:22:25 +01:00
..
0001_initial.py Rename project, part 2 (#42) 2023-01-20 13:37:46 +00:00
0002_alter_session_duration_manual.py Rename project, part 2 (#42) 2023-01-20 13:37:46 +00:00
0003_alter_session_duration_manual_and_more.py Rename project, part 2 (#42) 2023-01-20 13:37:46 +00:00
0004_alter_session_duration_manual.py Rename project, part 2 (#42) 2023-01-20 13:37:46 +00:00
0005_auto_20230109_1843.py Rename project, part 2 (#42) 2023-01-20 13:37:46 +00:00
0006_auto_20230109_1904.py Rename project, part 2 (#42) 2023-01-20 13:37:46 +00:00
0007_alter_purchase_game_alter_purchase_platform_and_more.py Rename project, part 2 (#42) 2023-01-20 13:37:46 +00:00
0008_edition.py Add support for game editions (#28) 2023-11-18 09:20:11 +01:00
0009_create_editions.py Add support for game editions (#28) 2023-11-18 09:20:11 +01:00
0010_alter_purchase_game.py Add support for game editions (#28) 2023-11-18 09:20:11 +01:00
0011_rename_game_purchase_edition.py Add support for game editions (#28) 2023-11-18 09:20:11 +01:00
0012_purchase_price_purchase_price_currency.py Add support for prices on purchases 2023-11-18 09:20:11 +01:00
0013_purchase_ownership_type.py Add support for purchase ownership information 2023-11-18 09:20:11 +01:00
0014_device_session_device.py Add support for device info 2023-11-18 09:20:11 +01:00
0015_edition_wikidata_edition_year_released.py Add wikidata ID and year for editions 2023-11-18 09:20:23 +01:00
0016_alter_edition_platform_alter_edition_year_released_and_more.py Model changes 2023-11-18 09:22:25 +01:00
0016_alter_edition_platform_alter_edition_year_released_and_more_squashed_0022_rename_year_game_year_released.py Model changes 2023-11-18 09:22:25 +01:00
0017_alter_device_type_alter_purchase_platform.py Model changes 2023-11-18 09:22:25 +01:00
0018_auto_20231106_1825.py Model changes 2023-11-18 09:22:25 +01:00
0019_alter_edition_unique_together.py Model changes 2023-11-18 09:22:25 +01:00
0020_game_year.py Model changes 2023-11-18 09:22:25 +01:00
0021_auto_20231106_1909.py Model changes 2023-11-18 09:22:25 +01:00
0022_rename_year_game_year_released.py Model changes 2023-11-18 09:22:25 +01:00
0023_purchase_date_finished.py Model changes 2023-11-18 09:22:25 +01:00
__init__.py Rename project, part 2 (#42) 2023-01-20 13:37:46 +00:00