Dispatcharr/apps/m3u/migrations
2025-09-09 16:05:58 -05:00
..
0001_initial.py modified database fields for consistency, removed custom_url from streams (no longer needed) 2025-03-16 09:07:10 -04:00
0002_m3uaccount_locked.py custom streams now work 2025-03-17 18:38:37 -04:00
0003_create_custom_account.py fixed migration issues 2025-05-18 11:53:09 -04:00
0004_m3uaccount_stream_profile.py m3u modifications so streams are identified by hash, configurable, also streams now have channel_groups instead of a string for groups 2025-03-19 16:35:49 -04:00
0005_m3uaccount_custom_properties_and_more.py fixed migration issues 2025-05-18 11:53:09 -04:00
0006_populate_periodic_tasks.py django beat, refresh intervals for epg and m3u 2025-03-30 11:53:26 -04:00
0007_remove_m3uaccount_uploaded_file_m3uaccount_file_path.py filesystem watch and process of m3u and epg 2025-04-06 15:58:55 -04:00
0008_m3uaccount_stale_stream_days.py Add stale_stream_days field to M3UAccount model and update related logic 2025-05-01 16:01:08 -05:00
0009_m3uaccount_account_type_m3uaccount_password_and_more.py fixed conflicting migratino 2025-05-02 15:38:26 -04:00
0010_add_status_fields_and_remove_auto_now.py Convert m3u accounts to a similar format to epg for status updates. Renamed DB field last_error to last_message so we can use it for more messaging. Migration to change updated_at field to not be updated everytime the m3u changes. It should only update the updated_at when we successfully update the m3u. 2025-05-04 17:51:57 -05:00
0011_alter_m3uaccount_status.py Created missing migrations. 2025-05-14 20:10:26 -05:00
0012_alter_m3uaccount_refresh_interval.py Set default refresh interval for files added via mapping to 0 since they will auto-update when modified. 2025-05-21 14:59:24 -05:00
0013_alter_m3ufilter_filter_type.py first run at m3u filtering 2025-08-01 15:02:43 -04:00
0014_alter_m3ufilter_options_m3ufilter_order.py first run at m3u filtering 2025-08-01 15:02:43 -04:00
0015_alter_m3ufilter_options_m3ufilter_custom_properties.py case sensitive flag and other possible custom properties for filters 2025-08-03 08:40:00 -04:00
0016_m3uaccount_priority.py Add priority for providers so VOD's can be auto selected based on the priority. 2025-08-20 17:38:21 -05:00
0017_alter_m3uaccount_custom_properties_and_more.py Increase server url max length from 200 to 1000 characters to accomodate tokens in the url 2025-09-02 10:20:23 -05:00
0018_add_profile_custom_properties.py Add custom properties to M3UAccountProfile and implement account info retrieval 2025-09-09 16:05:58 -05:00
__init__.py Initial commit 2025-02-18 11:14:09 -06:00