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": "table",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"country_country"
|
||||
],
|
||||
"line": 36,
|
||||
"args": [
|
||||
"'name_uniq'"
|
||||
@@ -22,6 +25,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "drop_constraint",
|
||||
"tables": [
|
||||
"country_country"
|
||||
],
|
||||
"line": 37,
|
||||
"args": [
|
||||
"'code_uniq'"
|
||||
@@ -33,6 +39,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "not_null_action",
|
||||
"tables": [
|
||||
"country_country"
|
||||
],
|
||||
"line": 40,
|
||||
"args": [
|
||||
"'code'",
|
||||
|
||||
Reference in New Issue
Block a user