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

HttpController - Init SQL is not function #16

Open
ghost opened this issue May 28, 2015 · 2 comments
Open

HttpController - Init SQL is not function #16

ghost opened this issue May 28, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented May 28, 2015

If I run "Init SQL => Run structures + basic-data + dummy-data" it show me this (print sql for migrations) and db is empty:
b

If I run "Reset All tables, views and data will be destroyed! => Run structures + basic-data + dummy-data" it show me this and everythig is in db:
b2

Version 3.0
Nette 2.3
Windows
Mysql

@hrach
Copy link
Member

hrach commented May 28, 2015

And what you would like to change? Currently, in version 3.0, reset also creates the initial structures.

@ghost
Copy link
Author

ghost commented May 28, 2015

I think that it will be good if "Init SQL" will be working. Now it is not function. It only print sql for migration and thats all. So for Init SQL (clear empty database) I mus use "Reset All tables, views and data will be destroyed!" if I want insert something to the database .....

I expect that "Init SQL" takes all sql files & create tables ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant