Files

53 lines
1.2 KiB
JSON

{
"version": "8.0",
"module": "currency",
"files": [
{
"module": "currency",
"file": "currency.py",
"class": "Currency",
"method": "__register__",
"line": 77,
"operations": [
{
"object": "table_h",
"operation": "not_null_action",
"tables": [
"currency_currency"
],
"line": 83,
"args": [
"'symbol'",
"'remove'"
],
"kwargs": {},
"code": "table_h.not_null_action('symbol', 'remove')",
"phase": "after_super"
}
]
},
{
"module": "currency",
"file": "currency.py",
"class": "CurrencyRate",
"method": "__register__",
"line": 278,
"operations": [
{
"object": "table_h",
"operation": "drop_constraint",
"tables": [
"currency_currency_rate"
],
"line": 283,
"args": [
"'check_currency_rate'"
],
"kwargs": {},
"code": "table_h.drop_constraint('check_currency_rate')",
"phase": "after_super"
}
]
}
]
}