ahamed / jext-cli

This is a Joomla Component Builder CLI tool for creating a Joomla! 4 component using the terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

counterpoint opened this issue · comments

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.

This is definitely a bug, I'll fix this.