update mysql fixture
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"model":"website.DBMSCatalog",
|
"model":"website.DBMSCatalog",
|
||||||
"pk":11,
|
"pk":156,
|
||||||
"fields":{
|
"fields":{
|
||||||
"type":1,
|
"type":1,
|
||||||
"version":"5.6"
|
"version":"5.6"
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"model":"website.DBMSCatalog",
|
"model":"website.DBMSCatalog",
|
||||||
"pk":12,
|
"pk":157,
|
||||||
"fields":{
|
"fields":{
|
||||||
"type":1,
|
"type":1,
|
||||||
"version":"5.7"
|
"version":"5.7"
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"model":"website.DBMSCatalog",
|
"model":"website.DBMSCatalog",
|
||||||
"pk":13,
|
"pk":180,
|
||||||
"fields":{
|
"fields":{
|
||||||
"type":1,
|
"type":1,
|
||||||
"version":"8.0"
|
"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",
|
"oracle-19_metrics.json",
|
||||||
"mysql-56_knobs.json",
|
"mysql-56_knobs.json",
|
||||||
"mysql-56_metrics.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:
|
for fixture in initial_data_fixtures:
|
||||||
call_command("loaddata", fixture, app_label="website")
|
call_command("loaddata", fixture, app_label="website")
|
||||||
|
|||||||
Reference in New Issue
Block a user