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: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ class Migration(migrations.Migration):
22
22
],
23
23
options={
24
24
'db_table': 'wp_commentmeta',
25
+
'managed': False,
25
26
},
26
27
),
27
28
migrations.CreateModel(
@@ -45,6 +46,7 @@ class Migration(migrations.Migration):
45
46
],
46
47
options={
47
48
'db_table': 'wp_comments',
49
+
'managed': False,
48
50
},
49
51
),
50
52
migrations.CreateModel(
@@ -66,6 +68,7 @@ class Migration(migrations.Migration):
66
68
],
67
69
options={
68
70
'db_table': 'wp_links',
71
+
'managed': False,
69
72
},
70
73
),
71
74
migrations.CreateModel(
@@ -78,6 +81,7 @@ class Migration(migrations.Migration):
78
81
],
79
82
options={
80
83
'db_table': 'wp_postmeta',
84
+
'managed': False,
81
85
},
82
86
),
83
87
migrations.CreateModel(
@@ -109,6 +113,7 @@ class Migration(migrations.Migration):
109
113
],
110
114
options={
111
115
'db_table': 'wp_posts',
116
+
'managed': False,
112
117
},
113
118
),
114
119
migrations.CreateModel(
@@ -121,6 +126,7 @@ class Migration(migrations.Migration):
121
126
],
122
127
options={
123
128
'db_table': 'wp_termmeta',
129
+
'managed': False,
124
130
},
125
131
),
126
132
migrations.CreateModel(
@@ -132,6 +138,7 @@ class Migration(migrations.Migration):
132
138
],
133
139
options={
134
140
'db_table': 'wp_term_relationships',
141
+
'managed': False,
135
142
},
136
143
),
137
144
migrations.CreateModel(
@@ -144,6 +151,7 @@ class Migration(migrations.Migration):
144
151
],
145
152
options={
146
153
'db_table': 'wp_terms',
154
+
'managed': False,
147
155
},
148
156
),
149
157
migrations.CreateModel(
@@ -158,6 +166,7 @@ class Migration(migrations.Migration):
0 commit comments