extract gets and saves most tables worked on

some cases still need some work...
This commit is contained in:
2026-08-08 22:32:31 +02:00
parent f14f709649
commit 24caf23986
151 changed files with 7017 additions and 1215 deletions
+15
View File
@@ -11,6 +11,9 @@
{
"object": "table_h",
"operation": "column_rename",
"tables": [
"production_bom_input"
],
"line": 78,
"args": [
"'uom'",
@@ -24,6 +27,9 @@
{
"object": "table_h",
"operation": "drop_constraint",
"tables": [
"production_bom_input"
],
"line": 84,
"args": [
"'product_bom_uniq'"
@@ -43,6 +49,9 @@
{
"object": "table_h",
"operation": "column_rename",
"tables": [
"production"
],
"line": 270,
"args": [
"'uom'",
@@ -56,6 +65,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"production"
],
"line": 278,
"args": [
"*table.update([table.state], ['cancelled'], where=table.state == 'cancel')"
@@ -67,6 +79,9 @@
{
"object": "table",
"operation": "update",
"tables": [
"production"
],
"line": 278,
"args": [
"[table.state]",