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
+9
View File
@@ -11,6 +11,9 @@
{
"object": "table_h",
"operation": "column_rename",
"tables": [
"production"
],
"line": 228,
"args": [
"'code'",
@@ -24,6 +27,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"production"
],
"line": 234,
"args": [
"*table.update([table.planned_start_date], [table.planned_date], where=(table.planned_start_date == Null) & (table.planned_date != Null))"
@@ -35,6 +41,9 @@
{
"object": "table",
"operation": "update",
"tables": [
"production"
],
"line": 234,
"args": [
"[table.planned_start_date]",