Skip to content

Commit

Permalink
fixed mariadb 11.4 test failure (#988)
Browse files Browse the repository at this point in the history
* fixed mariadb 11.4 test failure

* fixed mariadb 11.4 test failure
  • Loading branch information
PavloTytarchuk authored Feb 4, 2025
1 parent 84fbad9 commit 2fec163
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- liquibase formatted sql

-- changeset osashc:1670931778214-1 splitStatements:false
CREATE FUNCTION `test_function`() RETURNS varchar(20) CHARSET utf8mb4 COLLATE utf8mb4_uca1400_ai_ci
BEGIN
RETURN 'Hello';
END;

0 comments on commit 2fec163

Please sign in to comment.