Skip to main content
deleted 1 character in body
Source Link
Adarsh Khatri
  • 8.4k
  • 3
  • 30
  • 60

I think you missed ona folder inside sql.

You have to create a folder named namepsace_module_setup and then place all your script inside this folder.

So your sql folder structure will be:

 sql |_ namepsace_module_setup |_ your script files 

Also, if you find namespace_module_setup in your core_resource table then you will have to remove this, so that your code runs again.

Hope this helps.

I think you missed on folder inside sql.

You have to create a folder named namepsace_module_setup and then place all your script inside this folder.

So your sql folder structure will be:

 sql |_ namepsace_module_setup |_ your script files 

Also, if you find namespace_module_setup in your core_resource table then you will have to remove this, so that your code runs again.

Hope this helps.

I think you missed a folder inside sql.

You have to create a folder named namepsace_module_setup and then place all your script inside this folder.

So your sql folder structure will be:

 sql |_ namepsace_module_setup |_ your script files 

Also, if you find namespace_module_setup in your core_resource table then you will have to remove this, so that your code runs again.

Hope this helps.

Source Link
Adarsh Khatri
  • 8.4k
  • 3
  • 30
  • 60

I think you missed on folder inside sql.

You have to create a folder named namepsace_module_setup and then place all your script inside this folder.

So your sql folder structure will be:

 sql |_ namepsace_module_setup |_ your script files 

Also, if you find namespace_module_setup in your core_resource table then you will have to remove this, so that your code runs again.

Hope this helps.