You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: medios_libres/medios_libres/migrations/0003_wpcommentmeta_wpcomments_wplinks_wppostmeta_wpposts_wptermmeta_wptermrelationships_wpterms_wptermtax.py
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ class Migration(migrations.Migration):
22
22
],
23
23
options={
24
24
'db_table': 'wp_commentmeta',
25
-
'managed': False,
26
25
},
27
26
),
28
27
migrations.CreateModel(
@@ -46,7 +45,6 @@ class Migration(migrations.Migration):
46
45
],
47
46
options={
48
47
'db_table': 'wp_comments',
49
-
'managed': False,
50
48
},
51
49
),
52
50
migrations.CreateModel(
@@ -68,7 +66,6 @@ class Migration(migrations.Migration):
68
66
],
69
67
options={
70
68
'db_table': 'wp_links',
71
-
'managed': False,
72
69
},
73
70
),
74
71
migrations.CreateModel(
@@ -81,7 +78,6 @@ class Migration(migrations.Migration):
81
78
],
82
79
options={
83
80
'db_table': 'wp_postmeta',
84
-
'managed': False,
85
81
},
86
82
),
87
83
migrations.CreateModel(
@@ -113,7 +109,6 @@ class Migration(migrations.Migration):
113
109
],
114
110
options={
115
111
'db_table': 'wp_posts',
116
-
'managed': False,
117
112
},
118
113
),
119
114
migrations.CreateModel(
@@ -126,7 +121,6 @@ class Migration(migrations.Migration):
126
121
],
127
122
options={
128
123
'db_table': 'wp_termmeta',
129
-
'managed': False,
130
124
},
131
125
),
132
126
migrations.CreateModel(
@@ -138,7 +132,6 @@ class Migration(migrations.Migration):
138
132
],
139
133
options={
140
134
'db_table': 'wp_term_relationships',
141
-
'managed': False,
142
135
},
143
136
),
144
137
migrations.CreateModel(
@@ -151,7 +144,6 @@ class Migration(migrations.Migration):
151
144
],
152
145
options={
153
146
'db_table': 'wp_terms',
154
-
'managed': False,
155
147
},
156
148
),
157
149
migrations.CreateModel(
@@ -166,7 +158,6 @@ class Migration(migrations.Migration):
0 commit comments