We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 453440a + c7e5d2c commit 484954cCopy full SHA for 484954c
pkg/postgresql/tablechanges.go
@@ -61,6 +61,10 @@ var TableChanges = []TableChange{
61
Name: "has_acl",
62
Default: "false",
63
},
64
+ {
65
+ Name: "is_public",
66
+ Default: "false",
67
+ },
68
69
70
{
@@ -151,4 +155,13 @@ var TableChanges = []TableChange{
151
155
152
156
153
157
158
159
+ Table: "role",
160
+ Columns: []Column{
161
162
+ Name: "hidden",
163
164
165
166
154
167
}
0 commit comments