Public Access
extract gets and saves most tables worked on
some cases still need some work...
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 210,
|
||||
"args": [
|
||||
"*sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new])"
|
||||
@@ -23,6 +26,9 @@
|
||||
{
|
||||
"object": "sqltable",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 210,
|
||||
"args": [],
|
||||
"kwargs": {
|
||||
@@ -36,6 +42,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 213,
|
||||
"args": [
|
||||
"'password'"
|
||||
@@ -48,6 +57,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 214,
|
||||
"args": [
|
||||
"'salt'"
|
||||
@@ -60,6 +72,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 217,
|
||||
"args": [
|
||||
"'name'"
|
||||
|
||||
Reference in New Issue
Block a user