File tree Expand file tree Collapse file tree 2 files changed +7
-19
lines changed
Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " deployecommerce/module-builderio" ,
3- "version" : " 1.0.12 " ,
3+ "version" : " 1.0.13 " ,
44 "description" : " A magento 2 extensions that renders Builder.io content." ,
55 "type" : " magento2-module" ,
66 "require" : {
Original file line number Diff line number Diff line change 8888 <column name =" id" />
8989 </index >
9090 <column xsi : type =" varchar" name =" builderio_section_id" nullable =" false" />
91+ <column xsi : type =" varchar" name =" model_name" comment =" Model Name" default =" page" />
92+ <column xsi : type =" varchar" name =" url" comment =" Url" />
93+ <column xsi : type =" varchar" name =" store_ids" comment =" Store Ids" />
94+ <column xsi : type =" varchar" name =" status" comment =" Status" />
9195 <column xsi : type =" longtext" name =" html" nullable =" false" comment =" html" />
92- </table >
93-
94- <table name =" builderio_content_structred_data"
95- resource =" default"
96- charset =" utf8mb4"
97- collation =" utf8mb4_unicode_ci"
98- engine =" innodb"
99- comment =" Structured Data Content from BuilderIO"
100- >
101- <column xsi : type =" int" name =" id" unsigned =" true" nullable =" false" identity =" true" />
102- <constraint xsi : type =" primary" referenceId =" PRIMARY" >
103- <column name =" id" />
104- </constraint >
105- <index referenceId =" BUILDERIO_CONTENT_STRUCTURED_DATA_ID" indexType =" btree" >
106- <column name =" id" />
107- </index >
108- <column xsi : type =" varchar" name =" builderio_structured_data_id" nullable =" false" />
109- <column xsi : type =" longtext" name =" html" nullable =" false" comment =" html" />
96+ <column xsi : type =" datetime" name =" created_at" comment =" Created At" />
97+ <column xsi : type =" datetime" name =" updated_at" comment =" Updated At" />
11098 </table >
11199</schema >
You can’t perform that action at this time.
0 commit comments