mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-27 07:49:27 +00:00
Fix table name
This commit is contained in:
parent
edb126b27a
commit
2d88d42b80
@ -560,8 +560,8 @@ CREATE TABLE `utilisateurs` (
|
|||||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||||
|
|
||||||
|
|
||||||
DROP TABLE IF EXISTS `comunic_custom_smileys`;
|
DROP TABLE IF EXISTS `comunic_custom_emojis`;
|
||||||
CREATE TABLE `comunic_custom_smileys` (
|
CREATE TABLE `comunic_custom_emojis` (
|
||||||
`id` INT NOT NULL AUTO_INCREMENT,
|
`id` INT NOT NULL AUTO_INCREMENT,
|
||||||
`user_id` INT NULL,
|
`user_id` INT NULL,
|
||||||
`shorcut` VARCHAR(45) NULL,
|
`shorcut` VARCHAR(45) NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user