Skip to content

Component SQL creates "notes" table even if --no-sample-view specified #10

@counterpoint

Description

@counterpoint

Describe the bug
SQL created in /administrator/components/com_example/sql/install.mysql.utf8.sql for notes table even if --no-sample-view specified

To Reproduce
Steps to reproduce the behavior:

  1. Create a component with jext-cli -c example --no-sample-view
  2. Look at /administrator/components/com_example/sql/install.mysql.utf8.sql

Expected behavior
No table creation

Actual behavior
File contains CREATE TABLE IF NOT EXISTS #__remository_notes etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions