Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 34680a2

Browse files
authored
Merge pull request #8622 from artttj/declarative-schema-patch-1
Fix typo in db-schema.md
2 parents bfa5867 + 0f63b0f commit 34680a2

File tree

1 file changed

+1
-1
lines changed
  • src/guides/v2.3/extension-dev-guide/declarative-schema

1 file changed

+1
-1
lines changed

src/guides/v2.3/extension-dev-guide/declarative-schema/db-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ When creating a new table, remember to [generate]({{ page.baseurl}}/extension-de
245245

246246
### Drop a table
247247

248-
In the following example, the `declarative_table` table was completely removed from the `db-schema.xml` file.
248+
In the following example, the `declarative_table` table was completely removed from the `db_schema.xml` file.
249249

250250
```diff
251251
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

0 commit comments

Comments
 (0)