jext-cli icon indicating copy to clipboard operation
jext-cli copied to clipboard

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

Open counterpoint opened this issue 3 years ago • 1 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.

counterpoint avatar Mar 13 '23 17:03 counterpoint

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

ahamed avatar Mar 14 '23 17:03 ahamed