fix \n meh

This commit is contained in:
zapashcanon 2021-12-06 23:34:47 +01:00 committed by Swrup
parent 2c7046b919
commit 4bf9cdfc8e

View file

@ -9,15 +9,8 @@ type t =
module Q = struct module Q = struct
let create_user_table = let create_user_table =
Caqti_request.exec Caqti_type.unit Caqti_request.exec Caqti_type.unit
{| "CREATE TABLE IF NOT EXISTS user (nick TEXT, password TEXT, email TEXT, \
CREATE TABLE IF NOT EXISTS user ( bio TEXT, avatar BLOB);"
nick TEXT,
password TEXT,
email TEXT,
bio TEXT,
avatar BLOB
);
|}
let get_password = let get_password =
Caqti_request.find_opt Caqti_type.string Caqti_type.string Caqti_request.find_opt Caqti_type.string Caqti_type.string