add getChannels api endpoint

This commit is contained in:
Mystikfluu
2022-07-12 14:49:28 +02:00
parent be159babf0
commit ed25dffea3
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ CREATE TABLE `posts` (
`post_time` bigint NOT NULL,
`post_special_text` varchar(100) DEFAULT NULL,
`post_receiver_name` varchar(100) DEFAULT NULL,
`post_is_private` tinyint DEFAULT '0',
`post_from_bot` tinyint DEFAULT '0',
`post_reply_id` bigint unsigned DEFAULT NULL,
PRIMARY KEY (`post_id`)