Commit graph

5 commits

Author SHA1 Message Date
Yassine Guedidi addf77e07d Move migrations 2024-02-23 08:01:56 +01:00
Yassine Guedidi 0b44170e83 Remove the CoreBundle namespace 2024-02-23 07:42:48 +01:00
Yassine Guedidi 3edaed7879 Make migrations noop instead of skipping 2024-02-19 10:31:40 +01:00
Yassine Guedidi f48f982025 Identify platforms by their class 2023-08-05 18:35:09 +01:00
Kevin Decherf feb239ea10 mysql: change collation of tag table
utf8mb4_unicode_ci considers that 'caché' is equal to 'cache' which
can lead to attaching incorrect tags to entries. This issue is due to
some unicode normalization done by MySQL.

utf8mb4_bin makes no unicode normalization, letting wallabag to consider
'cache' and 'caché' as two different tags.

We change the collation of the whole table as Doctrine does not support
setting a collation on a column for a specific platform (it tries to
apply utf8mb4_bin even for pgsql and sqlite).

Fixes #3302

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2019-05-19 23:37:49 +02:00