Public Access
now included shellscript and results
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"version": "7.8.14",
|
||||
"module": "currency",
|
||||
"files": [
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py",
|
||||
"class": "Currency",
|
||||
"method": "__register__",
|
||||
"line": 77,
|
||||
"operations": [
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"line": 83,
|
||||
"args": [
|
||||
"'symbol'",
|
||||
"'remove'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table_h.not_null_action('symbol', 'remove')",
|
||||
"phase": "after_super"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py",
|
||||
"class": "CurrencyRate",
|
||||
"method": "__register__",
|
||||
"line": 278,
|
||||
"operations": [
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_constraint",
|
||||
"line": 283,
|
||||
"args": [
|
||||
"'check_currency_rate'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table_h.drop_constraint('check_currency_rate')",
|
||||
"phase": "after_super"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user