| .. |
|
0001_initial.py
|
Go back to sqlite
|
2025-08-07 01:01:46 +02:00 |
|
0002_game_name_alter_game_display_name_and_more.py
|
Refactor import_drops command
|
2025-08-12 17:09:28 +02:00 |
|
0003_alter_dropbenefit_created_at_and_more.py
|
Refactor import_drops command
|
2025-08-12 17:09:28 +02:00 |
|
0004_alter_dropcampaign_end_at_and_more.py
|
Refactor import_drops command
|
2025-08-12 17:09:28 +02:00 |
|
0005_alter_timebaseddrop_end_at_and_more.py
|
Refactor import_drops command
|
2025-08-12 17:09:28 +02:00 |
|
0006_alter_dropbenefit_options_alter_dropcampaign_options_and_more.py
|
Make Owner optional; use dateparser to parse dates; use json-repair to read JSON
|
2025-09-01 21:50:38 +02:00 |
|
0007_remove_game_unique_game_slug.py
|
Make Owner optional; use dateparser to parse dates; use json-repair to read JSON
|
2025-09-01 21:50:38 +02:00 |
|
0008_rename_created_at_dropcampaign_added_at_and_more.py
|
Add timestamps for record creation and updates for all models
|
2025-09-04 23:07:20 +02:00 |
|
0009_postgresql_optimizations_fixed.py
|
Add PostgreSQL full-text search support and optimize indexes for DropCampaign and related models
|
2025-09-05 00:28:21 +02:00 |
|
0010_alter_dropbenefit_id_alter_game_id_and_more.py
|
Update ID fields in models to use 255 character length for Game, DropBenefit, and TimeBasedDrop
|
2025-09-05 00:56:27 +02:00 |
|
0011_remove_timebaseddrop_drop_positive_minutes_and_more.py
|
Refactor TimeBasedDrop constraints to ensure required_minutes_watched is non-negative
|
2025-09-05 01:04:25 +02:00 |
|
0012_dropbenefit_search_vector_game_search_vector_and_more.py
|
Implement full-text search functionality
|
2025-09-05 13:59:02 +02:00 |
|
0013_dropcampaign_allow_is_enabled_channel_and_more.py
|
Save channels to the database
|
2025-09-08 22:18:32 +02:00 |
|
0014_alter_channel_options_alter_dropbenefit_options_and_more.py
|
Use django-auto-prefetch
|
2025-09-13 00:36:22 +02:00 |
|
0015_alter_dropbenefitedge_benefit_and_more.py
|
Use django-auto-prefetch
|
2025-09-13 00:36:22 +02:00 |
|
0016_add_local_image_fields.py
|
Cache images instead of serve from Twitch
|
2025-09-13 06:37:35 +02:00 |
|
0017_alter_dropbenefit_image_file_and_more.py
|
Cache images instead of serve from Twitch
|
2025-09-13 06:37:35 +02:00 |
|
__init__.py
|
Add initial configuration and structure for the Twitch app, including models, views, and admin registration
|
2025-07-08 19:05:36 +02:00 |