mysql schema: enable utf8
This commit is contained in:
parent
0e0dd4861b
commit
84004f8c5f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
-- SET NAMES utf8;
|
||||
-- SET CHARACTER SET utf8;
|
||||
SET NAMES utf8;
|
||||
SET CHARACTER SET utf8;
|
||||
|
||||
drop table if exists ttrss_user_labels2;
|
||||
drop table if exists ttrss_labels2;
|
||||
|
|
Loading…
Reference in a new issue