chore(api): rename legacy migration files
This commit is contained in:
parent
520fd3e8c0
commit
882f8e04c6
|
@ -17,7 +17,7 @@ where "keystr" like 'stream_liquidsoap_status:%';
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("legacy", "0037_3_0_0_alpha_14_1"),
|
||||
("legacy", "0037_move_stream_settings_to_preferences"),
|
||||
]
|
||||
operations = [
|
||||
migrations.RunPython(
|
|
@ -17,7 +17,7 @@ where "keystr" like 'stream_stats_status:%';
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("legacy", "0038_3_0_0_alpha_14_2"),
|
||||
("legacy", "0038_remove_stream_settings_liquidsoap_status"),
|
||||
]
|
||||
operations = [
|
||||
migrations.RunPython(
|
Loading…
Reference in New Issue