Public Access
- systemmodule ir und res aufgenommen - Version auf Major.Minor reduziert - reihenfolge der Module fixiert
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"version": "5.2",
|
|
"module": "country",
|
|
"files": [
|
|
{
|
|
"file": "/home/uha4/tmp/tryton/modules/country/country.py",
|
|
"class": "Country",
|
|
"method": "__register__",
|
|
"line": 30,
|
|
"operations": [
|
|
{
|
|
"object": "table",
|
|
"operation": "drop_constraint",
|
|
"line": 36,
|
|
"args": [
|
|
"'name_uniq'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table.drop_constraint('name_uniq')",
|
|
"phase": "after_super"
|
|
},
|
|
{
|
|
"object": "table",
|
|
"operation": "drop_constraint",
|
|
"line": 37,
|
|
"args": [
|
|
"'code_uniq'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table.drop_constraint('code_uniq')",
|
|
"phase": "after_super"
|
|
},
|
|
{
|
|
"object": "table",
|
|
"operation": "not_null_action",
|
|
"line": 40,
|
|
"args": [
|
|
"'code'",
|
|
"'remove'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table.not_null_action('code', 'remove')",
|
|
"phase": "after_super"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |