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": "cursor",
"operation": "execute",
"tables": [
"res_user"
],
"line": 204,
"args": [
"*sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new])"
@@ -23,6 +26,9 @@
{
"object": "sqltable",
"operation": "update",
"tables": [
"res_user"
],
"line": 204,
"args": [],
"kwargs": {
@@ -36,6 +42,9 @@
{
"object": "table",
"operation": "drop_column",
"tables": [
"res_user"
],
"line": 207,
"args": [
"'password'"
@@ -48,6 +57,9 @@
{
"object": "table",
"operation": "drop_column",
"tables": [
"res_user"
],
"line": 208,
"args": [
"'salt'"
@@ -60,6 +72,9 @@
{
"object": "table",
"operation": "not_null_action",
"tables": [
"res_user"
],
"line": 211,
"args": [
"'name'"