Skip to content

Commit 3e8abfa

Browse files
committed
in development wordpress tables need to be managed by django models
else they do not exist
1 parent da07c68 commit 3e8abfa

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

medios_libres/medios_libres/migrations/0003_wpcommentmeta_wpcomments_wplinks_wppostmeta_wpposts_wptermmeta_wptermrelationships_wpterms_wptermtax.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class Migration(migrations.Migration):
2222
],
2323
options={
2424
'db_table': 'wp_commentmeta',
25-
'managed': False,
2625
},
2726
),
2827
migrations.CreateModel(
@@ -46,7 +45,6 @@ class Migration(migrations.Migration):
4645
],
4746
options={
4847
'db_table': 'wp_comments',
49-
'managed': False,
5048
},
5149
),
5250
migrations.CreateModel(
@@ -68,7 +66,6 @@ class Migration(migrations.Migration):
6866
],
6967
options={
7068
'db_table': 'wp_links',
71-
'managed': False,
7269
},
7370
),
7471
migrations.CreateModel(
@@ -81,7 +78,6 @@ class Migration(migrations.Migration):
8178
],
8279
options={
8380
'db_table': 'wp_postmeta',
84-
'managed': False,
8581
},
8682
),
8783
migrations.CreateModel(
@@ -113,7 +109,6 @@ class Migration(migrations.Migration):
113109
],
114110
options={
115111
'db_table': 'wp_posts',
116-
'managed': False,
117112
},
118113
),
119114
migrations.CreateModel(
@@ -126,7 +121,6 @@ class Migration(migrations.Migration):
126121
],
127122
options={
128123
'db_table': 'wp_termmeta',
129-
'managed': False,
130124
},
131125
),
132126
migrations.CreateModel(
@@ -138,7 +132,6 @@ class Migration(migrations.Migration):
138132
],
139133
options={
140134
'db_table': 'wp_term_relationships',
141-
'managed': False,
142135
},
143136
),
144137
migrations.CreateModel(
@@ -151,7 +144,6 @@ class Migration(migrations.Migration):
151144
],
152145
options={
153146
'db_table': 'wp_terms',
154-
'managed': False,
155147
},
156148
),
157149
migrations.CreateModel(
@@ -166,7 +158,6 @@ class Migration(migrations.Migration):
166158
],
167159
options={
168160
'db_table': 'wp_term_taxonomy',
169-
'managed': False,
170161
},
171162
),
172163
]

0 commit comments

Comments
 (0)