Public Access
now included shellscript and results
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"version": "5.0.63",
|
||||
"module": "country",
|
||||
"files": [
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/country/country.py",
|
||||
"class": "Country",
|
||||
"method": "__register__",
|
||||
"line": 29,
|
||||
"operations": [
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"line": 35,
|
||||
"args": [
|
||||
"'name_uniq'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table.drop_constraint('name_uniq')",
|
||||
"phase": "after_super"
|
||||
},
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"line": 36,
|
||||
"args": [
|
||||
"'code_uniq'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table.drop_constraint('code_uniq')",
|
||||
"phase": "after_super"
|
||||
},
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"line": 39,
|
||||
"args": [
|
||||
"'code'",
|
||||
"'remove'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table.not_null_action('code', 'remove')",
|
||||
"phase": "after_super"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user