update mysql fixture

This commit is contained in:
root
2020-04-26 04:06:02 -04:00
committed by Dana Van Aken
parent fecc3f536f
commit ae091160c0
8 changed files with 2565 additions and 2561 deletions
@@ -41,7 +41,7 @@
},
{
"model":"website.DBMSCatalog",
"pk":11,
"pk":156,
"fields":{
"type":1,
"version":"5.6"
@@ -49,7 +49,7 @@
},
{
"model":"website.DBMSCatalog",
"pk":12,
"pk":157,
"fields":{
"type":1,
"version":"5.7"
@@ -57,7 +57,7 @@
},
{
"model":"website.DBMSCatalog",
"pk":13,
"pk":180,
"fields":{
"type":1,
"version":"8.0"
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -27,6 +27,10 @@ def load_initial_data(apps, schema_editor):
"oracle-19_metrics.json",
"mysql-56_knobs.json",
"mysql-56_metrics.json",
"mysql-57_knobs.json",
"mysql-57_metrics.json",
"mysql-80_knobs.json",
"mysql-80_metrics.json",
]
for fixture in initial_data_fixtures:
call_command("loaddata", fixture, app_label="website")