Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LiveHelperChat/fbmessenger
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Aug 28, 2020
2 parents c05b474 + 0d7c965 commit 988c97a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ CREATE TABLE `lhc_fbmessenger_page` (
`page_token` varchar(250) NOT NULL,
`verify_token` varchar(250) NOT NULL,
`name` varchar(250) NOT NULL,
`bot_disabled` tinyint(1) NOT NULL,
`app_secret` varchar(250) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
Expand Down

0 comments on commit 988c97a

Please sign in to comment.