Documentation
    Preparing search index...
    sql: "\ncreate table IF NOT EXISTS _sc_files (\n id serial primary key,\n filename text NOT NULL,\n location text NOT NULL,\n uploaded_at timestamp not null,\n size_kb int not null,\n user_id int references users(id),\n mime_super text not null,\n mime_sub text not null,\n min_role_read integer NOT NULL references _sc_roles(id)\n);\n" = ...