Skip to content

Commit 5890b7b

Browse files
committed
PB-390: Nested Page Builder content can fail to save when action is performed quickly
- Add db schema white list
1 parent c755616 commit 5890b7b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"catalog_eav_attribute": {
3+
"column": {
4+
"is_pagebuilder_enabled": true
5+
}
6+
},
7+
"pagebuilder_template": {
8+
"column": {
9+
"template_id": true,
10+
"name": true,
11+
"preview_image": true,
12+
"template": true,
13+
"created_for": true,
14+
"created_at": true,
15+
"updated_at": true
16+
},
17+
"index": {
18+
"PAGEBUILDER_TEMPLATE_NAME": true
19+
},
20+
"constraint": {
21+
"PRIMARY": true
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)