update mysql fixture
This commit is contained in:
parent
fecc3f536f
commit
ae091160c0
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue