Files
tryton-db-migration/data/5.2/country.json
T

48 lines
1.1 KiB
JSON
Raw Normal View History

2026-08-07 22:27:49 +02:00
{
2026-08-08 01:29:43 +02:00
"version": "5.2",
2026-08-07 22:27:49 +02:00
"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"
}
]
}
]
}