Skip to content

Instantly share code, notes, and snippets.

@jverweijL
Last active July 10, 2018 06:51
Show Gist options
  • Save jverweijL/dd2cdfb89de0f3d8c9308a25cc0a7425 to your computer and use it in GitHub Desktop.
Save jverweijL/dd2cdfb89de0f3d8c9308a25cc0a7425 to your computer and use it in GitHub Desktop.

I found another trick to recreate the table

  1. uninstall the module
  2. stop liferay
  3. delete FROM ServiceComponent where buildNamespace='FOO';
  4. delete FROM Release_ WHERE servletContextName = 'com.acme.foo.sb.service';
  5. drop TABLE IF EXISTS 'namespace_entity';
  6. start liferay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment