mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
Fix typo
This commit is contained in:
parent
cb358d4de0
commit
19c2ff321e
@ -565,6 +565,6 @@ DROP TABLE IF EXISTS `comunic_custom_emojis`;
|
||||
CREATE TABLE `comunic_custom_emojis` (
|
||||
`id` INT NOT NULL AUTO_INCREMENT,
|
||||
`user_id` INT NULL,
|
||||
`shorcut` VARCHAR(45) NULL,
|
||||
`shortcut` VARCHAR(45) NULL,
|
||||
`path` VARCHAR(255) NULL,
|
||||
PRIMARY KEY (`id`));
|
||||
|
Loading…
Reference in New Issue
Block a user