Last change
on this file since 75ea229 was 75ea229, checked in by ManuelTrajcev <manueltrajcev7@…>, 5 days ago |
update
|
-
Property mode
set to
100644
|
File size:
361 bytes
|
Line | |
---|
1 | # Generated by Django 5.1.3 on 2025-05-07 11:22
|
---|
2 |
|
---|
3 | from django.db import migrations
|
---|
4 |
|
---|
5 |
|
---|
6 | class Migration(migrations.Migration):
|
---|
7 |
|
---|
8 | dependencies = [
|
---|
9 | ("music", "0006_alter_deletedcustomerlog_options_and_more"),
|
---|
10 | ]
|
---|
11 |
|
---|
12 | operations = [
|
---|
13 | migrations.AlterModelOptions(
|
---|
14 | name="price",
|
---|
15 | options={"managed": False},
|
---|
16 | ),
|
---|
17 | ]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.