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:
- Create a component with jext-cli -c example --no-sample-view
- 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.