Files

47 lines
1.0 KiB
JSON

{
"version": "8.0",
"module": "country",
"files": [
{
"module": "country",
"file": "country.py",
"class": "Subdivision",
"method": "__register__",
"line": 401,
"operations": [
{
"object": "table_h",
"operation": "not_null_action",
"tables": [
"country_subdivision"
],
"line": 407,
"args": [
"'type'"
],
"kwargs": {
"action": "'remove'"
},
"code": "table_h.not_null_action('type', action='remove')",
"phase": "after_super"
},
{
"object": "table_h",
"operation": "not_null_action",
"tables": [
"country_subdivision"
],
"line": 410,
"args": [
"'code'"
],
"kwargs": {
"action": "'remove'"
},
"code": "table_h.not_null_action('code', action='remove')",
"phase": "after_super"
}
]
}
]
}