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": [
|
||||
"party_address"
|
||||
],
|
||||
"line": 74,
|
||||
"args": [
|
||||
"*sql_table.update([sql_table.street], [value])"
|
||||
@@ -23,6 +26,9 @@
|
||||
{
|
||||
"object": "sql_table",
|
||||
"operation": "update",
|
||||
"tables": [
|
||||
"party_address"
|
||||
],
|
||||
"line": 74,
|
||||
"args": [
|
||||
"[sql_table.street]",
|
||||
@@ -36,6 +42,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_address"
|
||||
],
|
||||
"line": 77,
|
||||
"args": [
|
||||
"'streetbis'"
|
||||
@@ -56,6 +65,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"party_category"
|
||||
],
|
||||
"line": 49,
|
||||
"args": [
|
||||
"'name_parent_uniq'"
|
||||
@@ -75,6 +87,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 95,
|
||||
"args": [
|
||||
"'name'",
|
||||
@@ -95,6 +110,10 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "insert",
|
||||
"tables": [
|
||||
"party_party_lang",
|
||||
"party_party"
|
||||
],
|
||||
"line": 279,
|
||||
"args": [
|
||||
"[table.party, table.lang]",
|
||||
@@ -108,6 +127,9 @@
|
||||
{
|
||||
"object": "party",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 281,
|
||||
"args": [
|
||||
"party.id",
|
||||
@@ -121,6 +143,7 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [],
|
||||
"line": 282,
|
||||
"args": [
|
||||
"*query"
|
||||
@@ -133,6 +156,9 @@
|
||||
{
|
||||
"object": "party_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 283,
|
||||
"args": [
|
||||
"'lang'"
|
||||
@@ -153,6 +179,9 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 341,
|
||||
"args": [
|
||||
"*party.select(party.id, party.vat_number, party.vat_country, where=(party.vat_number != Null) | (party.vat_country != Null))"
|
||||
@@ -165,6 +194,9 @@
|
||||
{
|
||||
"object": "party",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 341,
|
||||
"args": [
|
||||
"party.id",
|
||||
@@ -181,6 +213,9 @@
|
||||
{
|
||||
"object": "party_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 355,
|
||||
"args": [
|
||||
"'vat_number'"
|
||||
@@ -193,6 +228,9 @@
|
||||
{
|
||||
"object": "party_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"party_party"
|
||||
],
|
||||
"line": 356,
|
||||
"args": [
|
||||
"'vat_country'"
|
||||
|
||||
Reference in New Issue
Block a user