Skip to content

Commit 18052a9

Browse files
committed
remove uneeded table
1 parent 0077404 commit 18052a9

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

etc/db_schema.xml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -88,24 +88,12 @@
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>

0 commit comments

Comments
 (0)