fix issue with emoji not properly updating
This commit is contained in:
parent
6d8fd143dc
commit
0000e6b8f8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if ($responseCode !== 200) {
|
|||
}
|
||||
|
||||
$query = "
|
||||
TRUNCATE TABLE qna;
|
||||
TRUNCATE TABLE emoji;
|
||||
";
|
||||
|
||||
pg_query($db, $query);
|
||||
|
|
Loading…
Reference in a new issue