Skip to content

Commit

Permalink
Issue #139 fix:Install the indexer table from plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivk369 committed Jul 11, 2019
1 parent e6ddb74 commit cfc8cf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CREATE TABLE IF NOT EXISTS `#__tjreports_com_users_user.user` (
CREATE TABLE IF NOT EXISTS `#__tjreports_com_users_user` (
`record_id` int(11) NOT NULL,
)ENGINE=InnoDB DEFAULT CHARSET=utf8;

0 comments on commit cfc8cf4

Please sign in to comment.