Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
counterpoint opened this issue Mar 13, 2023 · 1 comment
Labels
bug Something isn't working good first issue

Comments

@counterpoint
Copy link

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.

@ahamed ahamed added bug Something isn't working good first issue labels Mar 14, 2023
@ahamed
Copy link
Owner

ahamed commented Mar 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue
Projects
None yet
Development

No branches or pull requests

2 participants